diff options
author | erik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2007-05-02 14:09:24 +0000 |
---|---|---|
committer | erik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2007-05-02 14:09:24 +0000 |
commit | d3568eb9751b9045d64244d6ed4deb0683db17cd (patch) | |
tree | 0fecacee89af5156e9c4854886af3612c9f08b1d /linux | |
parent | cc606a8a062e35556061af0351f4c34265b94a09 (diff) |
xkb aktualisiert
git-svn-id: https://svn.neo-layout.org@86 b9310e46-f624-0410-8ea1-cfbb3a30dc96
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 ] }; |