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

How to bind to specific keycode rather then key "name"? #106

Open paulcanning opened 9 years ago

paulcanning commented 9 years ago

I need to be able to bind a specific keycode rather then a typical key "name" (such as 'escape/esc')

This is because webOS uses a keycode for the coloured keys on the TV remote, and the keycode is 406 (which represents a blue button on the remote)

Would this be possible?

dmauro commented 9 years ago

No, seems like a completely reasonable request though. Should be relatively easy too.