Define enter as ‘core:confirm’ in select-list mini editors

We were leaving this to packages to define, and they were getting it
wrong by selecting into the ‘input’ which is now in shadow.
This commit is contained in:
Nathan Sobo 2014-10-16 19:10:28 -06:00
parent 8aeabe5fe5
commit 62c0db11ee

View File

@ -15,6 +15,9 @@
'shift-tab': 'editor:outdent-selected-rows'
'ctrl-K': 'editor:delete-line'
'.select-list atom-text-editor.mini':
'enter': 'core:confirm'
'.tool-panel.panel-left, .tool-panel.panel-right':
'escape': 'tool-panel:unfocus'