Change Alt modifier to Shift+Alt to substract selection

This is to avoid conflicts with the eyedropper tool, which can be used
to change the background color.
This commit is contained in:
David Capello 2014-11-17 07:23:48 -03:00
parent c64ee5729b
commit 3645ffe2a5

View File

@ -372,7 +372,7 @@
<!-- Modifiers for selection tool -->
<key action="AddSelection" shortcut="Shift" />
<key action="SubtractSelection" shortcut="Alt" />
<key action="SubtractSelection" shortcut="Shift+Alt" />
<!-- Modifiers for move tool -->
<key action="AutoSelectLayer" shortcut="Ctrl" mac="Cmd" />