mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Update restricted key bindings for atom-shell@0.6.3
This commit is contained in:
@@ -61,10 +61,8 @@ class MenuManager
|
||||
for binding in bindings
|
||||
continue if binding.indexOf(' ') != -1
|
||||
|
||||
# Currently being implemented in atom-shell
|
||||
continue if binding.indexOf('-=') != -1
|
||||
continue if binding.indexOf('-up') != -1
|
||||
continue if binding.indexOf('-down') != -1
|
||||
# To be fixed in atom-shell
|
||||
continue if binding.indexOf('f2') != -1
|
||||
continue if binding.indexOf('tab') != -1
|
||||
|
||||
filtered[key] ?= []
|
||||
|
||||
Reference in New Issue
Block a user