mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-29 09:34:58 +03: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:
parent
8aeabe5fe5
commit
62c0db11ee
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user