This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit 7b4cd3e136a88cf9b7ec73c6a99ce0e38ba43a80 Author: David Capello <[email protected]> Date: Sun Nov 16 12:30:06 2014 -0300 Re-add Ctrl+Q for Windows and Linux --- data/gui.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/gui.xml b/data/gui.xml index 06969c5..284d3c8 100644 --- a/data/gui.xml +++ b/data/gui.xml @@ -18,7 +18,8 @@ <key command="RepeatLastExport" shortcut="Ctrl+Shift+X" mac="Cmd+Shift+X" /> <key command="AdvancedMode" shortcut="F11" /> <key command="DeveloperConsole" shortcut="F12" /> - <key command="Exit" shortcut="Alt+F4" mac="Cmd+Q" /> + <key command="Exit" win="Ctrl+Q" linux="Ctrl+Q" mac="Cmd+Q" /> + <key command="Exit" win="Alt+F4" /> <key command="Cancel" shortcut="Esc"> <param name="type" value="all" /> </key> -- 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

