Allow f2 and tab keybindings

This is possible now that we're on atom-shell@0.6.4
This commit is contained in:
Matt Colyer 2013-10-22 12:02:17 -07:00 committed by Ben Ogle
parent e003b478f3
commit 2ddcfb60cf

View File

@ -61,10 +61,6 @@ class MenuManager
for binding in bindings
continue if binding.indexOf(' ') != -1
# To be fixed in atom-shell
continue if binding.indexOf('f2') != -1
continue if binding.indexOf('tab') != -1
filtered[key] ?= []
filtered[key].push(binding)
filtered