mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-16 05:42:32 +00:00
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:
parent
c64ee5729b
commit
3645ffe2a5
@ -372,7 +372,7 @@
|
|||||||
|
|
||||||
<!-- Modifiers for selection tool -->
|
<!-- Modifiers for selection tool -->
|
||||||
<key action="AddSelection" shortcut="Shift" />
|
<key action="AddSelection" shortcut="Shift" />
|
||||||
<key action="SubtractSelection" shortcut="Alt" />
|
<key action="SubtractSelection" shortcut="Shift+Alt" />
|
||||||
|
|
||||||
<!-- Modifiers for move tool -->
|
<!-- Modifiers for move tool -->
|
||||||
<key action="AutoSelectLayer" shortcut="Ctrl" mac="Cmd" />
|
<key action="AutoSelectLayer" shortcut="Ctrl" mac="Cmd" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user