Extend BackSpace to the 2nd group
authorSergey V. Udaltsov <svu@gnome.org>
Sun, 20 Nov 2011 20:03:26 +0000 (20:03 +0000)
committerSergey V. Udaltsov <svu@gnome.org>
Sun, 20 Nov 2011 20:03:26 +0000 (20:03 +0000)
https://bugs.freedesktop.org/show_bug.cgi?id=43098

symbols/pc
symbols/us

index e1965ce..7e13ecb 100644 (file)
@@ -14,7 +14,7 @@ xkb_symbols "pc105" {
     include "pc(editing)"
     include "keypad(x11)"
 
-    key <BKSP> {       [ BackSpace     ]       };
+    key <BKSP> {       [ BackSpace, BackSpace  ]       };
 
     key  <TAB> {       [ Tab,  ISO_Left_Tab    ]       };
     key <RTRN> {       [ Return        ]       };
index 1d8bdd0..7c3ee24 100644 (file)
@@ -573,7 +573,7 @@ xkb_symbols "dvp" {
     key <AE10> { [ bracketright,    6                                           ], type[Group1] = "FOUR_LEVEL_ALPHABETIC" };
     key <AE11> { [ exclam,          8,              exclamdown                  ], type[Group1] = "FOUR_LEVEL_ALPHABETIC" };
     key <AE12> { [ numbersign,      grave,          dead_grave                  ] };
-    key <BKSP> { [ BackSpace                                                    ] };
+    key <BKSP> { [ BackSpace,       BackSpace                                   ] };
 
     // upper row, left side
     key <AD01> { [ semicolon,       colon,          dead_diaeresis              ] };