OscarGodson / jKey

Key shortcuts made simple
http://oscargodson.github.com/jKey/
185 stars 40 forks source link

Fix: Detect missed keyup of Shift/Ctrl/Alt #22

Closed Granjow closed 11 years ago

Granjow commented 11 years ago

See my bugDemo branch; the shortcut is mapped on Shift+Alt+T which opens an alert() window, releasing Shift+Alt is then still marked as pressed even when not. My commit fixes this.

OscarGodson commented 11 years ago

That commit seems to show everything as changed. Can you please submit a PR with just a commit that fixes this problem? I actually have no idea what you changed.