manuelmayer-dev / Macro-Deck-Windows-Utils-Plugin

A collection of some useful functions for controlling Windows
MIT License
9 stars 15 forks source link

Missing hotkey scancode: "/" (Slash, not "Num_/" Divide) #20

Open Hyratel opened 2 years ago

tgschultz commented 2 years ago

I thought the same thing, but it turns out that it is just listing the internal names for the keycodes that correspond to those keys. For / (and ?) you want OEM_2. This list seems to list all the common keys that correspond to these names: http://www.kbdedit.com/manual/low_level_vk_list.html