Skip to content

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