mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-28 06:21:25 +00:00
Fix Cmd+ shortcut on English keyboard layout on OS X (fix #816)
This commit is contained in:
parent
91af58dbb0
commit
01f5d3822a
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user