mirror of
https://github.com/atom/atom.git
synced 2026-02-08 05:35:04 -05:00
Shhh
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user