[aseprite] 224/250: Fix Cmd+ shortcut on English keyboard layout on OS X (fix #816)

Tobias Hansen thansen at moszumanska.debian.org
Sun Dec 20 15:27:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit 01f5d3822a2d73069ab53bed8768477d861fe5df
Author: David Capello <davidcapello at gmail.com>
Date:   Mon Nov 2 18:20:10 2015 -0300

    Fix Cmd+ shortcut on English keyboard layout on OS X (fix #816)
---
 data/gui.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/gui.xml b/data/gui.xml
index 090aa93..529097e 100644
--- a/data/gui.xml
+++ b/data/gui.xml
@@ -211,10 +211,10 @@
         <param name="action" value="out" />
       </key>
       <!-- For English keyboard -->
-      <key command="Zoom" shortcut="Ctrl+=">
+      <key command="Zoom" shortcut="Ctrl+=" mac="Cmd+=">
         <param name="action" value="in" />
       </key>
-      <key command="Zoom" shortcut="Ctrl+Shift+=">
+      <key command="Zoom" shortcut="Ctrl+Shift+=" mac="Cmd+Shift+=">
         <param name="action" value="in" />
       </key>
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list