RIDER-90131 Add shortcuts for Zoom IDE

GitOrigin-RevId: 354025b29cf4e50c166ac3dd2bcee8ae4fd85529
This commit is contained in:
Dmitry Matveev
2024-03-14 18:57:21 +00:00
committed by intellij-monorepo-bot
parent f23467a1be
commit 9c42dd0ef6
@@ -208,7 +208,12 @@
<keyboard-shortcut first-keystroke="control R" second-keystroke="G"/>
<keyboard-shortcut first-keystroke="control R" second-keystroke="control G"/>
</action>
<action id="ZoomInIdeAction">
<keyboard-shortcut first-keystroke="control shift alt PERIOD" />
</action>
<action id="ZoomOutIdeAction">
<keyboard-shortcut first-keystroke="control shift alt COMMA" />
</action>
<!--MISSING VISUAL STUDIO SHORTCUTS-->