summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorknittl <knittl@kbook.(none)>2009-10-11 12:38:28 +0200
committerknittl <knittl@kbook.(none)>2010-03-07 20:07:56 +0100
commitc9efff5a1a240f87aec64a1cbb9b96a11223e327 (patch)
treecfabbb7b176be2853776332e605a172cdc56b11a
parentdfba8745c54629bd52731fa161ca8fa9c3b140b3 (diff)
leia x3-vi
changed escape and delete. vi-users will thank me :)
-rw-r--r--linux/X/symbols/de4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/X/symbols/de b/linux/X/symbols/de
index 8f4476c..31eb045 100644
--- a/linux/X/symbols/de
+++ b/linux/X/symbols/de
@@ -286,7 +286,7 @@ xkb_symbols "neo_base" {
// Top row
// --------------------------------------------------------------
key.type[Group1] = "EIGHT_LEVEL_NEO_LOCKS_QUARTERALPHABETIC";
- key <AD01> { [ x, X, ellipsis, Greek_xi, Escape, Escape, Greek_XI, NoSymbol ] };
+ key <AD01> { [ x, X, ellipsis, Greek_xi, Delete, Delete, Greek_XI, NoSymbol ] };
key <AD02> { [ v, V, underscore, NoSymbol, Home, Home, radical, NoSymbol ] };
key <AD03> { [ l, L, bracketleft, Greek_lambda, Up, Up, Greek_LAMBDA, NoSymbol ] };
key <AD04> { [ c, C, bracketright, Greek_chi, End, End, U2102, NoSymbol ] };
@@ -322,7 +322,7 @@ xkb_symbols "neo_base" {
// Bottom row
// --------------------------------------------------------------
- key <AB01> { [ udiaeresis, Udiaeresis, numbersign, NoSymbol, Delete, Delete, union, NoSymbol ] };
+ key <AB01> { [ udiaeresis, Udiaeresis, numbersign, NoSymbol, Escape, Escape, union, NoSymbol ] };
key <AB02> { [ odiaeresis, Odiaeresis, dollar, U03F5, Prior, Prior, intersection, NoSymbol ] };
key <AB03> { [ adiaeresis, Adiaeresis, bar, Greek_eta, Return, Return, U2135, NoSymbol ] };
key <AB04> { [ p, P, asciitilde, Greek_pi, Next, Next, Greek_PI, NoSymbol ] };