dmauro / Keypress

A keyboard input capturing utility in which any key can be a modifier key.
http://dmauro.github.io/Keypress/
Apache License 2.0
3.18k stars 313 forks source link

Added another keycode for 'alt' #21

Closed dranov closed 10 years ago

dranov commented 10 years ago

Firefox 24 on Linux x64 reports the right Alt key (Alt Gr on some keyboards) as keycode 225. I've added 225 to the keycode dictionary.

dmauro commented 10 years ago

Thank you!