diff options
-rw-r--r-- | linux/X/de | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -196,6 +196,12 @@ xkb_symbols "sundeadkeys" { // German NEO Eurokeys-Style // adopted 2004 by Hanno Behrens <Hanno.Behrens@gmx.de> // inspired by Dvorak/de-ergo http://www.goebel-consult.de/de-ergo/ +// Authors: +// lucky (at) zankt (dot) net +// Benjamin (dot) Kellermann (at) gmx (dot) de +// Other Questions: +// neo_layout (at) yahoogroups (dot) de + partial alphanumeric_keys xkb_symbols "neo" { @@ -233,7 +239,7 @@ xkb_symbols "neo" { key <AD07> { [ h, H, less, Greek_psi, 7, Greek_PSI ] }; key <AD08> { [ g, G, greater, Greek_gamma, 8, Greek_GAMMA ] }; key <AD09> { [ f, F, equal, Greek_phi, 9, Greek_PHI ] }; - key <AD10> { [ q, Q, ampersand, ampersand, plus ] }; + key <AD10> { [ q, Q, semicolon, semicolon, plus ] }; key <AD11> { [ ssharp, minus, U133, U132, schwa, SCHWA ] }; key <AD12> { [ dead_tilde, dead_macron, dead_diaeresis, dead_doubleacute, dead_belowdot, dead_belowdot ] }; @@ -260,7 +266,7 @@ xkb_symbols "neo" { key <AB05> { [ z, Z, grave, Greek_zeta, z, Greek_ZETA ] }; key <AB06> { [ b, B, plus, Greek_beta, plusminus, Greek_Beta ] }; key <AB07> { [ m, M, percent, mu, 1 ] }; - key <AB08> { [ comma, semicolon, semicolon, U3D1, 2 ] }; + key <AB08> { [ comma, semicolon, ampersand, U3D1, 2 ] }; key <AB09> { [ period, colon, quotedbl, Greek_theta, 3, Greek_THETA ] }; key <AB10> { [ j, J, apostrophe, apostrophe, period ] }; |