From 9f4aee7fcee83dc16e8e49dd50c6d33ccdc6a1f3 Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Tue, 18 Jul 2017 20:53:06 +0200 Subject: Shortcuts: Fix "Tab" vs. "Shift + Tab" The changes introduced in 46fd67ec49c3988db20db422061a2f52582c896c changed the behavior in this case: - pressing Tab produces a keyval with name "Tab" - pressing Shift+Tab produces a keyval with name "ISO_Left_Tab" the Shift modifier is removed in this case as a "consumed modifier", see commit mentioned above for details --- share/keys/inkscape.xml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml index 88694e6be..2f037682c 100644 --- a/share/keys/inkscape.xml +++ b/share/keys/inkscape.xml @@ -250,9 +250,7 @@ override) the bindings in the main default.xml. - - - + @@ -377,9 +375,7 @@ override) the bindings in the main default.xml. - - - + -- cgit v1.2.3