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

VirtualKey missing Reserved keys #1933

Open
Infiziert90 opened this issue Jul 15, 2024 · 1 comment
Open

VirtualKey missing Reserved keys #1933

Infiziert90 opened this issue Jul 15, 2024 · 1 comment

Comments

@Infiziert90
Copy link
Contributor

The VirtualKey enum included with dalamud is missing keys that are listed in winuser.h and also work for keybinds in the game itself.

Example:
(0x88 = ä, 0x04 = ALT modifier)
(0x8C = ö, 0x04 = ALT modifier)
image

All missing keys are defined as Reserved from 0x88 to 0x8F in the winuser.h file

@wolfcomp
Copy link
Contributor

The best case for those are probably Reserved_0, Reserved_1 and so on since if I'm not mistaken those changed based on the user selected language of the keyboard.

I do know there are a bunch more that are language or even device specific, since it's one of the annoyances when making RGB software.

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

2 participants