diff options
Diffstat (limited to '')
-rw-r--r-- | linux/X/neo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linux/X/neo b/linux/X/neo index 73bdc35..565c3df 100644 --- a/linux/X/neo +++ b/linux/X/neo @@ -13,7 +13,7 @@ xkb_symbols "basic" { key <TLDE> { [ dead_circumflex, dead_caron, dead_breve, paragraph, dead_stroke ] }; key <AE01> { [ 1, degree, notsign, onesuperior ] }; - key <AE02> { [ 2, 2, asciicircum, twosuperior ] }; + key <AE02> { [ 2, 2, 2, twosuperior ] }; key <AE03> { [ 3, section, 3, threesuperior ] }; key <AE04> { [ 4, dollar, yen, cent, Prior, Prior ] }; key <AE05> { [ 5, EuroSign, sterling, currency ] }; @@ -28,10 +28,10 @@ xkb_symbols "basic" { // obere Reihe key <AD01> { [ x, X, at, Greek_xi, Escape, Greek_XI ] }; - key <AD02> { [ v, V, underscore, underscore, BackSpace ] }; + key <AD02> { [ v, V, underscore, underscore, BackSpace, U039B ] }; key <AD03> { [ l, L, bracketleft, Greek_lambda, Up, Up ] }; key <AD04> { [ c, C, bracketright, Greek_chi, ccedilla, copyright ] }; - key <AD05> { [ w, W, asciitilde, asciitilde, Insert ] }; + key <AD05> { [ w, W, asciicircum, asciicircum, Insert ] }; key <AD06> { [ k, K, exclam, Greek_kappa, exclamdown ] }; key <AD07> { [ h, H, less, Greek_psi, 7, Greek_PSI ] }; key <AD08> { [ g, G, greater, Greek_gamma, 8, Greek_GAMMA ] }; @@ -56,7 +56,7 @@ xkb_symbols "basic" { // untere Reihe - key <AB01> { [ odiaeresis, Odiaeresis, asciicircum, asciicircum, Tab, Tab ] }; + key <AB01> { [ odiaeresis, Odiaeresis, asciitilde, asciitilde, Tab, Tab ] }; key <AB02> { [ udiaeresis, Udiaeresis, dollar, Udiaeresis, Delete ] }; key <AB03> { [ adiaeresis, Adiaeresis, bar, Greek_eta, Next, Next ] }; key <AB04> { [ p, P, numbersign, Greek_pi, p, Greek_PI ] }; |