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

Numpad keys #438

Open
karl-police opened this issue Mar 10, 2023 · 2 comments
Open

Numpad keys #438

karl-police opened this issue Mar 10, 2023 · 2 comments
Assignees
Milestone

Comments

@karl-police
Copy link

These keys, 0xe4a and 0xe4e

are not defined

@kwhat kwhat self-assigned this Mar 13, 2023
@kwhat kwhat added this to the 2.2.3 milestone Mar 13, 2023
@ZippySqrl
Copy link

ZippySqrl commented Apr 23, 2023

The numpad * key also appears to be identical to the PrintScreen key, Code 3639.
Why are all the keycodes in JNativeHook different from keycodes in java.awt.event.KeyEvent?

The Right-Alt key appears to activate two keys Ctrl (29) and Alt (56) rather than being its own key, and Right-Shift is also undefined 0xe36 (3638), ideally Right-Alt, Right-Ctrl and Right-Shift should be their own keycodes, as with Numpad-Enter being separate from Regular Enter/Return

@jon-mil-92
Copy link

jon-mil-92 commented Aug 1, 2023

I came here to post an issue about the right shift being undefined. I'm writing a java application that depends on JNativeHook to use hotkeys for changing desktop display modes and display scaling, and these issues are a problem.

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

4 participants