This commit is contained in:
Corey Johnson
2011-11-09 12:21:23 -08:00
parent e182b6c2ae
commit 19e1df0e02

View File

@@ -51,9 +51,6 @@ class KeyBinder
keys.push @modifierKeys.alt if event.modifierFlags & OSX.NSAlternateKeyMask
keys.push event.charactersIgnoringModifiers.toLowerCase().charCodeAt 0
console.log event.charactersIgnoringModifiers.toLowerCase()
console.log event.charactersIgnoringModifiers.valueOf()
binding = keys.sort().join "-"
callbacks = @bindings[binding]