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

Esc key? #17

Closed iansilber closed 10 years ago

iansilber commented 11 years ago

Is there a way to bind the esc key?

dmauro commented 10 years ago

You can bind with the keyword "escape", and I just added an alias of "esc" as well. I should have already had that alias in there, thanks for catching that.

g00fy- commented 10 years ago

esc and escape both fail : Do not recognize the key "esc"

dmauro commented 10 years ago

Sorry I made a mistake in my aliasing. I'll fix that as soon as I can. Thanks.

m1dst commented 10 years ago

Great - thought I was doing something wrong.

Fixed by editing line 899.

Change to...

 27: "esc",
dmauro commented 10 years ago

Pushed v.1.0.9 with fix and test.