summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey V. Udaltsov <svu@gnome.org>2011-11-20 20:03:26 +0000
committerSergey V. Udaltsov <svu@gnome.org>2011-11-20 20:03:26 +0000
commit81fc86a911b55481b9597bb9284b3beca460104c (patch)
tree2824a2fcdfb9c5201d162e56778eadf770a7ca90
parenta0e5adf1745a16e8b6a99cd5de82fccc22446e39 (diff)
Extend BackSpace to the 2nd group
https://bugs.freedesktop.org/show_bug.cgi?id=43098
-rw-r--r--symbols/pc2
-rw-r--r--symbols/us2
2 files changed, 2 insertions, 2 deletions
diff --git a/symbols/pc b/symbols/pc
index e1965ce6..7e13ecb2 100644
--- a/symbols/pc
+++ b/symbols/pc
@@ -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 ] };
diff --git a/symbols/us b/symbols/us
index 1d8bdd0d..7c3ee249 100644
--- a/symbols/us
+++ b/symbols/us
@@ -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 ] };