[aseprite] 217/308: Fix the amount of space displaced by some shift+arrow keys (fix #940)
Tobias Hansen
thansen at moszumanska.debian.org
Tue Mar 8 02:45:12 UTC 2016
This is an automated email from the git hooks/post-receive script.
thansen pushed a commit to branch master
in repository aseprite.
commit 1deb9ae02b0613121c20141835dbb2685e1c3e58
Author: David Capello <davidcapello at gmail.com>
Date: Thu Feb 11 11:40:51 2016 -0300
Fix the amount of space displaced by some shift+arrow keys (fix #940)
---
data/gui.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/data/gui.xml b/data/gui.xml
index 1c81437..e556883 100644
--- a/data/gui.xml
+++ b/data/gui.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Aseprite -->
-<!-- Copyright (C) 2001-2015 by David Capello -->
+<!-- Copyright (C) 2001-2016 by David Capello -->
<gui version="1.1.2-dev">
<!-- Keyboard shortcuts -->
<keyboard version="1">
@@ -299,13 +299,13 @@
<key command="MoveMask" shortcut="Shift+Right" context="Selection">
<param name="target" value="content" />
<param name="direction" value="right" />
- <param name="units" value="tile-height" />
+ <param name="units" value="tile-width" />
<param name="quantity" value="1" />
</key>
<key command="MoveMask" shortcut="Shift+Up" context="Selection">
<param name="target" value="content" />
<param name="direction" value="up" />
- <param name="units" value="tile-width" />
+ <param name="units" value="tile-height" />
<param name="quantity" value="1" />
</key>
<key command="MoveMask" shortcut="Shift+Down" context="Selection">
@@ -350,13 +350,13 @@
<key command="MoveMask" shortcut="Alt+Shift+Right" context="Selection">
<param name="target" value="boundaries" />
<param name="direction" value="right" />
- <param name="units" value="tile-height" />
+ <param name="units" value="tile-width" />
<param name="quantity" value="1" />
</key>
<key command="MoveMask" shortcut="Alt+Shift+Up" context="Selection">
<param name="target" value="boundaries" />
<param name="direction" value="up" />
- <param name="units" value="tile-width" />
+ <param name="units" value="tile-height" />
<param name="quantity" value="1" />
</key>
<key command="MoveMask" shortcut="Alt+Shift+Down" context="Selection">
--
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