This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit 05395c2437cb8c5c796798e8a5f509a47ac01fd2 Author: David Capello <[email protected]> Date: Wed May 18 11:17:49 2016 -0300 Change ShowExtras shortcut to Cmd+H on OS X --- data/gui.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/gui.xml b/data/gui.xml index 8132e0e..154cd68 100644 --- a/data/gui.xml +++ b/data/gui.xml @@ -112,7 +112,7 @@ <key command="PaletteEditor" shortcut="F4"> <param name="switch" value="true" /> </key> - <key command="ShowExtras" shortcut="Ctrl+H" /> + <key command="ShowExtras" shortcut="Ctrl+H" mac="Cmd+H" /> <!-- Tabs --> <key command="GotoNextTab" shortcut="Ctrl+Tab" /> <key command="GotoPreviousTab" shortcut="Ctrl+Shift+Tab" /> -- 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

