Fix RIDER-113739 Sync "Toggle render view" shortcut in all keymaps

GitOrigin-RevId: 674b1cfb44e207030da8c66e1dc1bdf83438aff4
This commit is contained in:
Dmitry Matveev
2024-07-16 12:49:26 +02:00
committed by intellij-monorepo-bot
parent c58a859bd7
commit 6b35e2cece
4 changed files with 14 additions and 2 deletions

View File

@@ -183,6 +183,9 @@
<keyboard-shortcut first-keystroke="control BACK_QUOTE"/>
</action>
<action id="ShowTypeBookmarks"/>
<action id="ToggleRenderedDocPresentation">
<keyboard-shortcut first-keystroke="control alt Q"/>
</action>
<!-- Rider-specific actions-->

View File

@@ -195,6 +195,9 @@
<action id="SwitchHeaderSource">
<keyboard-shortcut first-keystroke="alt O"/>
</action>
<action id="ToggleRenderedDocPresentation">
<keyboard-shortcut first-keystroke="control alt Q"/>
</action>
<!-- Rider-specific actions-->

View File

@@ -527,7 +527,10 @@
<action id="ExpandCollapseToggleAction">
<keyboard-shortcut first-keystroke="control M" second-keystroke="M" />
<keyboard-shortcut first-keystroke="control M" second-keystroke="control M" />
</action>
<action id="ToggleRenderedDocPresentation">
<keyboard-shortcut first-keystroke="meta K" second-keystroke="V"/>
<keyboard-shortcut first-keystroke="meta K" second-keystroke="meta V"/>
</action>
</keymap>

View File

@@ -504,7 +504,10 @@
<action id="ShelvedChanges.Rename">
<keyboard-shortcut first-keystroke="control R" second-keystroke="R"/>
</action>
<action id="ToggleRenderedDocPresentation"/>
<action id="ToggleRenderedDocPresentation">
<keyboard-shortcut first-keystroke="control K" second-keystroke="V"/>
<keyboard-shortcut first-keystroke="control K" second-keystroke="control V"/>
</action>
<action id="ForceRefresh"/>
<action id="IncrementalSearch">
<keyboard-shortcut first-keystroke="control I"/>