mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
Fix RIDER-113739 Sync "Toggle render view" shortcut in all keymaps
GitOrigin-RevId: 674b1cfb44e207030da8c66e1dc1bdf83438aff4
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c58a859bd7
commit
6b35e2cece
@@ -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-->
|
||||
|
||||
|
||||
@@ -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-->
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user