ctrl issue fix

This commit is contained in:
Erik Sargent 2012-11-30 08:43:24 -07:00
parent 48d6f33135
commit 2160663309
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ var keyCodes = {
cmdOpera: 17,
leftCmdWebKit: 91,
rightCmdWebKit: 93,
ctrl: 16,
ctrl: 17,
esc: 27,
downArrow: 40,
upArrow: 38,