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

Function keys (F1-F12) #53

Closed whitelynx closed 10 years ago

whitelynx commented 10 years ago

Could we get support added for the function keys? I know that they're often used for browser actions that can't be blocked, but not all of them are, and in some cases they're the keys that make the most sense.

One possible issue with binding to function key presses (and a corresponding solution) is presented at http://www.sidesofmarch.com/index.php/archive/2007/06/28/capturing-function-keys-in-web-browsers/.

I see that issue #11 started out being about support for the function keys, but seems to have also included another issue that got resolved. (with the addition of is_solitary)

dmauro commented 10 years ago

This is merged in as an undocumented feature. No plans for support right now. In v2.1.0