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

[Windows] Added support of Extended-Key Flag KEYEVENTF_EXTENDEDKEY #888

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Mascantosh
Copy link

I try to automate game and find out that Page Down button doesn't work in it.
After investigation I found JDK source code which works properly.
Microsoft Docs have lack information about keybd_event where KEYEVENTF_EXTENDEDKEY only mentioned but not described when it should be used.
I found more info about Extended-Key Flag (which also contains more detailed key code table) in KEYBDINPUT.
So I decide to implement same keys which present in JDK, it's not all keys but should be enough.

@Mascantosh Mascantosh changed the title Added support of Extended-Key Flag KEYEVENTF_EXTENDEDKEY [Windows] Added support of Extended-Key Flag KEYEVENTF_EXTENDEDKEY Oct 17, 2024
@Mascantosh
Copy link
Author

Resolves #889

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

Successfully merging this pull request may close these issues.

1 participant