This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit 3645ffe2a58f34fd1ee6a5eb1c0f200020c338d0 Author: David Capello <[email protected]> Date: Mon Nov 17 07:23:48 2014 -0300 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. --- data/gui.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/gui.xml b/data/gui.xml index 68bf59a..f095521 100644 --- a/data/gui.xml +++ b/data/gui.xml @@ -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" /> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

