This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit 5d1b33b02e6802ba17c8251dd15812dd7cc14306 Author: David Capello <[email protected]> Date: Tue Apr 19 14:18:50 2016 -0300 Add Ctrl+Page Down/Up to move through tabs --- data/gui.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/gui.xml b/data/gui.xml index 2ea6282..e17f381 100644 --- a/data/gui.xml +++ b/data/gui.xml @@ -115,6 +115,8 @@ <!-- Tabs --> <key command="GotoNextTab" shortcut="Ctrl+Tab" /> <key command="GotoPreviousTab" shortcut="Ctrl+Shift+Tab" /> + <key command="GotoNextTab" shortcut="Ctrl+PgDn" /> + <key command="GotoPreviousTab" shortcut="Ctrl+PgUp" /> <!-- Others --> <key command="SwitchColors" shortcut="X" /> <key command="ChangeColor" shortcut="9"> -- 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

