-
Is it possible to bind global hotkeys using Win32? https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-registerhotkey |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think yes, but you will have to do it yourself as the library doesn't provide support for that. I recommend https://github.com/microsoft/CsWin32 for this. If you need an easy way, then you can use my other library https://github.com/HavenDV/H.Hooks |
Beta Was this translation helpful? Give feedback.
I think yes, but you will have to do it yourself as the library doesn't provide support for that. I recommend https://github.com/microsoft/CsWin32 for this.
You can also do a Feature PR if you do so and you want to add support to the library.
If you need an easy way, then you can use my other library https://github.com/HavenDV/H.Hooks