diff options
author | knittl <knittl@kbook.(none)> | 2009-06-15 18:38:44 +0200 |
---|---|---|
committer | knittl <knittl@kbook.(none)> | 2010-03-07 20:07:56 +0100 |
commit | 8f9dd416dfd8236638acd67107e28fcd7b3a9046 (patch) | |
tree | f627ee9929f5e9d06716036ae25b3e06a306a1aa | |
parent | 33caf3fbdaf2dade59cf7c3588109b8b53ccc199 (diff) |
first leia proposal
-rw-r--r-- | linux/X/symbols/de | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/linux/X/symbols/de b/linux/X/symbols/de index 4482bfc..fc1fdae 100644 --- a/linux/X/symbols/de +++ b/linux/X/symbols/de @@ -271,7 +271,7 @@ xkb_symbols "neo_base" { key <AE01> { [ 1, degree, onesuperior, onesubscript, ordfeminine, NoSymbol, notsign, NoSymbol ] }; key <AE02> { [ 2, section, twosuperior, twosubscript, masculine, NoSymbol, logicalor, NoSymbol ] }; key <AE03> { [ 3, U2113, threesuperior, threesubscript, numerosign, NoSymbol, logicaland, NoSymbol ] }; - key <AE04> { [ 4, guillemotright, U203A, femalesymbol, Prior, Prior, U22A5, NoSymbol ] }; + key <AE04> { [ 4, guillemotright, U203A, femalesymbol, U22EE, NoSymbol, U22A5, NoSymbol ] }; key <AE05> { [ 5, guillemotleft, U2039, malesymbol, periodcentered, NoSymbol, U2221, NoSymbol ] }; key <AE06> { [ 6, dollar, cent, U26A5, sterling, NoSymbol, U2225, NoSymbol ] }; @@ -286,11 +286,11 @@ xkb_symbols "neo_base" { // Top row // -------------------------------------------------------------- key.type[Group1] = "EIGHT_LEVEL_NEO_LOCKS_QUARTERALPHABETIC"; - key <AD01> { [ x, X, ellipsis, Greek_xi, U22EE, NoSymbol, Greek_XI, NoSymbol ] }; + key <AD01> { [ x, X, ellipsis, Greek_xi, Escape, Escape, Greek_XI, NoSymbol ] }; key <AD02> { [ v, V, underscore, NoSymbol, BackSpace, BackSpace, radical, NoSymbol ] }; key <AD03> { [ l, L, bracketleft, Greek_lambda, Up, Up, Greek_LAMBDA, NoSymbol ] }; key <AD04> { [ c, C, bracketright, Greek_chi, Delete, Delete, U2102, NoSymbol ] }; - key <AD05> { [ w, W, asciicircum, Greek_omega, Insert, Insert, Greek_OMEGA, NoSymbol ] }; + key <AD05> { [ w, W, asciicircum, Greek_omega, Tab, Tab, Greek_OMEGA, NoSymbol ] }; key <AD06> { [ k, K, exclam, Greek_kappa, exclamdown, NoSymbol, multiply, NoSymbol ] }; key <AD07> { [ h, H, less, Greek_psi, KP_7, KP_7, Greek_PSI, NoSymbol ] }; @@ -322,10 +322,10 @@ xkb_symbols "neo_base" { // Bottom row // -------------------------------------------------------------- - key <AB01> { [ udiaeresis, Udiaeresis, numbersign, NoSymbol, Escape, Escape, union, NoSymbol ] }; - key <AB02> { [ odiaeresis, Odiaeresis, dollar, U03F5, Tab, Tab, intersection, NoSymbol ] }; - key <AB03> { [ adiaeresis, Adiaeresis, bar, Greek_eta, Next, Next, U2135, NoSymbol ] }; - key <AB04> { [ p, P, asciitilde, Greek_pi, Return, Return, Greek_PI, NoSymbol ] }; + key <AB01> { [ udiaeresis, Udiaeresis, numbersign, NoSymbol, Insert, Insert, 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 ] }; key <AB05> { [ z, Z, grave, Greek_zeta, Undo, Undo, U2124, NoSymbol ] }; key <AB06> { [ b, B, plus, Greek_beta, colon, NoSymbol, U21D0, NoSymbol ] }; |