mirror of
https://github.com/atom/atom.git
synced 2026-02-14 08:35:11 -05:00
support escape key to exit command panel
This commit is contained in:
@@ -44,6 +44,7 @@ class CommandPanelView extends View
|
||||
|
||||
@command 'tool-panel:unfocus', => @rootView.focus()
|
||||
@command 'core:close', => @detach(); false
|
||||
@command 'core:cancel', => @detach(); false
|
||||
@command 'core:confirm', => @execute()
|
||||
@command 'core:move-up', => @navigateBackwardInHistory()
|
||||
@command 'core:move-down', => @navigateForwardInHistory()
|
||||
|
||||
Reference in New Issue
Block a user