mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-29 17:43:28 +03:00
Allow f2
and tab
keybindings
This is possible now that we're on atom-shell@0.6.4
This commit is contained in:
parent
e003b478f3
commit
2ddcfb60cf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user