Dalamud icon indicating copy to clipboard operation
Dalamud copied to clipboard

VirtualKey missing Reserved keys

Open Infiziert90 opened this issue 1 year ago • 1 comments

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

Infiziert90 avatar Jul 15 '24 14:07 Infiziert90

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.

wolfcomp avatar Jul 15 '24 15:07 wolfcomp