Fix Cmd+ shortcut on English keyboard layout on OS X (fix #816)

This commit is contained in:
David Capello 2015-11-02 18:20:10 -03:00
parent 91af58dbb0
commit 01f5d3822a

View File

@ -211,10 +211,10 @@
<param name="action" value="out" />
</key>
<!-- For English keyboard -->
<key command="Zoom" shortcut="Ctrl+=">
<key command="Zoom" shortcut="Ctrl+=" mac="Cmd+=">
<param name="action" value="in" />
</key>
<key command="Zoom" shortcut="Ctrl+Shift+=">
<key command="Zoom" shortcut="Ctrl+Shift+=" mac="Cmd+Shift+=">
<param name="action" value="in" />
</key>