mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-30 04:20:23 +00:00
Fix Ctrl+ and Ctrl- to zoon in/out
This commit is contained in:
parent
ffba179712
commit
f71a0e2cc4
11
data/gui.xml
11
data/gui.xml
@ -203,12 +203,19 @@
|
||||
<key command="Zoom" shortcut="4"><param name="percentage" value="800" /></key>
|
||||
<key command="Zoom" shortcut="5"><param name="percentage" value="1600" /></key>
|
||||
<key command="Zoom" shortcut="6"><param name="percentage" value="3200" /></key>
|
||||
<key command="Zoom" shortcut="Ctrl+Plus Pad" mac="Cmd+Plus Pad">
|
||||
<key command="Zoom" shortcut="Ctrl++" mac="Cmd++">
|
||||
<param name="action" value="in" />
|
||||
</key>
|
||||
<key command="Zoom" shortcut="Ctrl+Minus Pad" mac="Cmd+Minus Pad">
|
||||
<key command="Zoom" shortcut="Ctrl+-" mac="Cmd+-">
|
||||
<param name="action" value="out" />
|
||||
</key>
|
||||
<!-- For English keyboard -->
|
||||
<key command="Zoom" shortcut="Ctrl+=">
|
||||
<param name="action" value="in" />
|
||||
</key>
|
||||
<key command="Zoom" shortcut="Ctrl+Shift+=">
|
||||
<param name="action" value="in" />
|
||||
</key>
|
||||
|
||||
<!-- Scroll with arrows -->
|
||||
<key command="Scroll" shortcut="Space+Left">
|
||||
|
Loading…
x
Reference in New Issue
Block a user