mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Allow f2 and tab keybindings
This is possible now that we're on atom-shell@0.6.4
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user