Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Commit

Permalink
Backspace is a 'touchy' key
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Stuart committed Feb 6, 2012
1 parent 01ad2e3 commit 7d457c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions script/constants.coffee
Expand Up @@ -17,4 +17,5 @@ KEYS = {

TOUCHY_KEYS = [
KEYS.TAB
KEYS.BACKSPACE
]
2 changes: 1 addition & 1 deletion script/constants.js
Expand Up @@ -17,4 +17,4 @@ KEYS = {
COMMAND: 91
};

TOUCHY_KEYS = [KEYS.TAB];
TOUCHY_KEYS = [KEYS.TAB, KEYS.BACKSPACE];

0 comments on commit 7d457c0

Please sign in to comment.