support escape key to exit command panel

This commit is contained in:
Justin Palmer
2013-01-30 10:57:44 -08:00
parent 4db876aed1
commit 6c10622b2f

View File

@@ -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()