zdimension / usbrawmap

USB scancode mapper / driver for old nonstandard keyboards
MIT License
26 stars 7 forks source link

Tilde key #5

Closed DerfJagged closed 4 months ago

DerfJagged commented 5 months ago

Is there a way to map to the tilde / backtick key? I didn't see one in vk.rs. By default, mine is mapped to Escape.

zdimension commented 4 months ago

Huh, good question. According to this list maybe VK_OEM_3?

http://www.kbdedit.com/manual/low_level_vk_list.html

I don't have a QWERTY keyboard on hand to test unfortunately

DerfJagged commented 4 months ago

That did the trick, thanks!

zdimension commented 4 months ago

Nice! I'll add that list to the README