-
-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: WinKey as modifier #109
Comments
Should be easily doable, I'll give it a lot asap. |
In fact it wasn't easy. C# is doing its best to be sure the developer won't use the WinKey ... Anyway, it's done and working. |
@Belphemur Works perfectly for me on Windows 10 x64. |
Yeah I'm aware of the little glitch. It's because C# doesn't recognize the windows key as a modifier (like ctrl, alt or shift), I had to interface directly with one of the windows library to catch the Win key and other key pressed in the same time. For C#, in this case, the Win key is not pressed, only the A key. I'll see later if I can do something about the key appearing like this. |
Thanks for making exactly the utility I was looking for!
I only wish that the WinKey will be treated as a modifier key, so I could bind something like "Win+A" or "Win+Shift+A".
Thanks again!
The text was updated successfully, but these errors were encountered: