[Xfce4-commits] [apps/xfdashboard] 04/10: Fix moving focus backwards when pressing <Shift>-Tab in default bindings.xml
noreply at xfce.org
noreply at xfce.org
Thu Jul 28 16:52:49 CEST 2016
This is an automated email from the git hooks/post-receive script.
nomad pushed a commit to branch master
in repository apps/xfdashboard.
commit 11a50bd5fe2c40fb6db8de17499aa2095380f250
Author: Stephan Haller <nomad at froevel.de>
Date: Mon Jul 25 10:49:08 2016 +0200
Fix moving focus backwards when pressing <Shift>-Tab in default bindings.xml
---
data/data/bindings.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/data/data/bindings.xml b/data/data/bindings.xml
index 21bf53d..0bfc33a 100644
--- a/data/data/bindings.xml
+++ b/data/data/bindings.xml
@@ -1,9 +1,10 @@
<bindings>
<!-- Global bindings -->
<key code="Tab" source="XfdashboardFocusable" target="XfdashboardFocusManager" when="released">focus-move-next</key>
- <key code="ISO_Left_Tab" source="XfdashboardFocusable" target="XfdashboardFocusManager" when="released">focus-move-next</key>
+ <key code="KP_Tab" source="XfdashboardFocusable" target="XfdashboardFocusManager" when="released">focus-move-next</key>
<key code="<Shift>-Tab" source="XfdashboardFocusable" target="XfdashboardFocusManager" when="released">focus-move-previous</key>
- <key code="<Shift>-ISO_Left_Tab" source="XfdashboardFocusable" target="XfdashboardFocusManager" when="released">focus-move-previous</key>
+ <key code="<Shift>-KP_Tab" source="XfdashboardFocusable" target="XfdashboardFocusManager" when="released">focus-move-previous</key>
+ <key code="ISO_Left_Tab" source="XfdashboardFocusable" target="XfdashboardFocusManager" when="released">focus-move-previous</key>
<key code="<Ctrl>-w" source="XfdashboardFocusable" target="XfdashboardWindowsView" when="released" allow-unfocusable-targets="true">view-activate</key>
<key code="<Ctrl>-a" source="XfdashboardFocusable" target="XfdashboardApplicationsView" when="released" allow-unfocusable-targets="true">view-activate</key>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list