mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
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:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user