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.
Esse commit está contido em:
Nathan Sobo
2014-10-16 19:10:28 -06:00
commit 62c0db11ee
+3
Ver Arquivo
@@ -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'