Skip to content
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

Enable F10 key in Windows when using native filters #27

Open
pedrolcl opened this issue Aug 4, 2024 · 1 comment
Open

Enable F10 key in Windows when using native filters #27

pedrolcl opened this issue Aug 4, 2024 · 1 comment

Comments

@pedrolcl
Copy link
Owner

pedrolcl commented Aug 4, 2024

Comes from https://sourceforge.net/p/vmpk/support-requests/66/

I created a raw keyboard map on Windows, and everything is working fine except that VMPK seems to not recognize F10. I realize there are special keys on the keyboard such as Fn which do not send any input to the system on its own, but I think F10 is not one of them since a scancode finding software is able to detect F10 with the corresponding scancode (044 in hex and 68 in dec). I also tried 3 different keyboards I have and the result is the same, everything else works fine except F10, so I think it is not a keyboard-specific problem.

F10 is reported by Windows as WM_SYSKEYDOWN instead of WM_KEYDOWN:
https://learn.microsoft.com/en-us/windows/win32/inputdev/wm-syskeydown
https://learn.microsoft.com/en-us/windows/win32/inputdev/wm-keydown

@pedrolcl
Copy link
Owner Author

pedrolcl commented Aug 4, 2024

CC: @zzhfro ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant