mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix duplicate zoom in entry in keymap
This commit is contained in:
committed by
Roman Chernyatchik
parent
0912964872
commit
e1f2c46425
@@ -58,10 +58,8 @@
|
||||
<action class="org.intellij.images.editor.actions.ZoomInAction"
|
||||
id="Images.Editor.ZoomIn"
|
||||
icon="/org/intellij/images/icons/ZoomIn.png"
|
||||
text="Zoom In">
|
||||
<keyboard-shortcut first-keystroke="control ADD" keymap="$default"/>
|
||||
<keyboard-shortcut first-keystroke="control EQUALS" keymap="$default"/>
|
||||
</action>
|
||||
text="Zoom In"
|
||||
use-shortcut-of="ExpandAll" />
|
||||
<action class="org.intellij.images.editor.actions.ZoomOutAction"
|
||||
id="Images.Editor.ZoomOut"
|
||||
icon="/org/intellij/images/icons/ZoomOut.png"
|
||||
|
||||
Reference in New Issue
Block a user