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

Should I be able to capture fkeys #70

Closed ronnyek closed 9 years ago

ronnyek commented 9 years ago

First of all, I'm questioning whether doing anything with fkeys is a smart idea in the first place...

But I didnt see fkeys in your little main page demo. Should I be able to capture keys?

dmauro commented 9 years ago

The fkeys were added to the list of keys you can capture because there was a request for them, but they are not supported and I would recommend not using them. Browser support seems to be iffy, and I haven't even tried testing them.