mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
you bastard. how do you not use Cmd-`?
This commit is contained in:
@@ -7,11 +7,11 @@ exports.bindKey = (name, shortcut, callback) ->
|
||||
key shortcut, -> callback(); false
|
||||
|
||||
window.handleKeyEvent = (event) ->
|
||||
if (event.modifierFlags & OSX.NSCommandKeyMask) and event.keyCode == 50
|
||||
console.log "Got Cmd-`"
|
||||
true
|
||||
else
|
||||
false
|
||||
# if (event.modifierFlags & OSX.NSCommandKeyMask) and event.keyCode == 50
|
||||
# console.log "Got Cmd-`"
|
||||
# true
|
||||
# else
|
||||
# false
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user