Fix Ctrl+ and Ctrl- to zoon in/out

This commit is contained in:
David Capello 2015-08-25 13:24:20 -03:00
parent ffba179712
commit f71a0e2cc4

View File

@ -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">