mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fixed PY-14360Shift+enter stopped to work in "Run manage.py task..." dialog
there is no need to register shift+enter in plugin.xml for ipnb, we already registered it as custom shortcut on code source panel
This commit is contained in:
@@ -35,7 +35,6 @@
|
||||
<keyboard-shortcut keymap="$default" first-keystroke="ctrl ENTER"/>
|
||||
</action>
|
||||
<action class="org.jetbrains.plugins.ipnb.editor.actions.IpnbRunCellAction" id="IpnbRunCellAction" text="Run cell">
|
||||
<keyboard-shortcut keymap="$default" first-keystroke="shift ENTER"/>
|
||||
</action>
|
||||
<action class="org.jetbrains.plugins.ipnb.editor.actions.IpnbSaveAction" id="IpnbSaveAction" text="Save and Checkpoint">
|
||||
</action>
|
||||
|
||||
Reference in New Issue
Block a user