Add '=' key has alternative to '+' (as in US keyboards plus sign is Shift+'=')

This commit is contained in:
David Capello 2015-05-06 18:02:59 -03:00
parent 9f39f4384c
commit 24c3c3e3a3

View File

@ -139,6 +139,9 @@
<key command="ChangeBrush" shortcut="+">
<param name="change" value="increment-size" />
</key>
<key command="ChangeBrush" shortcut="="> <!-- As US keyboard layout needs Shift+'=' to do a '+' -->
<param name="change" value="increment-size" />
</key>
<key command="ChangeBrush" shortcut="-">
<param name="change" value="decrement-size" />
</key>