Commit acf576d5 authored by Denis Fokin's avatar Denis Fokin Committed by intellij-monorepo-bot
Browse files

The next release is supposed to include fixes in Runtime for proper action handling.

Enable the actions (Reapplying reverted "IDEA-217613 IDEA action to enumerate windows is needed")

GitOrigin-RevId: ad951bb4a8b50ff8bc4b96f408cf01dcb72f58c9
parent 41ff2878
Showing with 12 additions and 0 deletions
+12 -0
...@@ -217,6 +217,12 @@ ...@@ -217,6 +217,12 @@
<keyboard-shortcut first-keystroke="meta 9"/> <keyboard-shortcut first-keystroke="meta 9"/>
<keyboard-shortcut first-keystroke="meta shift 9"/> <keyboard-shortcut first-keystroke="meta shift 9"/>
</action> </action>
<action id="NextWindow">
<keyboard-shortcut first-keystroke="meta BACK_QUOTE"/>
</action>
<action id="PreviousWindow">
<keyboard-shortcut first-keystroke="meta shift BACK_QUOTE"/>
</action>
<action id="Generate"> <action id="Generate">
<keyboard-shortcut first-keystroke="meta N"/> <keyboard-shortcut first-keystroke="meta N"/>
<keyboard-shortcut first-keystroke="control ENTER"/> <keyboard-shortcut first-keystroke="control ENTER"/>
......
...@@ -235,6 +235,12 @@ ...@@ -235,6 +235,12 @@
<keyboard-shortcut first-keystroke="meta 9"/> <keyboard-shortcut first-keystroke="meta 9"/>
<keyboard-shortcut first-keystroke="meta shift 9"/> <keyboard-shortcut first-keystroke="meta shift 9"/>
</action> </action>
<action id="NextWindow">
<keyboard-shortcut first-keystroke="meta BACK_QUOTE"/>
</action>
<action id="PreviousWindow">
<keyboard-shortcut first-keystroke="meta shift BACK_QUOTE"/>
</action>
<action id="NewElement"> <action id="NewElement">
<keyboard-shortcut first-keystroke="control N"/> <keyboard-shortcut first-keystroke="control N"/>
<keyboard-shortcut first-keystroke="control ENTER"/> <keyboard-shortcut first-keystroke="control ENTER"/>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment