diff options
author | erik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2007-10-01 20:58:27 +0000 |
---|---|---|
committer | erik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2007-10-01 20:58:27 +0000 |
commit | 865c0d27a049699dc5db3de185b4231496e60af2 (patch) | |
tree | ad489ed175c8a49fb76ec31ad0daf0cf04266732 /linux/X/de | |
parent | d90908dc1b3f9cbe6c6f579bec22420f774015e4 (diff) | |
download | neo-layout-865c0d27a049699dc5db3de185b4231496e60af2.tar.gz neo-layout-865c0d27a049699dc5db3de185b4231496e60af2.tar.bz2 neo-layout-865c0d27a049699dc5db3de185b4231496e60af2.zip |
symbol für leerzeichen entfernt, ö und ü getauscht, ein paar fehler in ahk korrigiert
git-svn-id: https://svn.neo-layout.org@289 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'linux/X/de')
-rw-r--r-- | linux/X/de | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -254,8 +254,8 @@ xkb_symbols "neo" { key <AC11> { [ y, Y, doublelowquotemark, Greek_upsilon, thorn, THORN ] }; // 4th row - key <AB01> { [ odiaeresis, Odiaeresis, numbersign, odiaeresis, Escape ] }; - key <AB02> { [ udiaeresis, Udiaeresis, dollar, udiaeresis, Delete, Delete ] }; + key <AB01> { [ udiaeresis, Udiaeresis, numbersign, udiaeresis, Escape ] }; + key <AB02> { [ odiaeresis, Odiaeresis, dollar, odiaeresis, Delete, Delete ] }; key <AB03> { [ adiaeresis, Adiaeresis, bar, Greek_eta, Next, Next ] }; key <AB04> { [ p, P, asciitilde, Greek_pi, Return, Greek_PI ] }; key <AB05> { [ z, Z, grave, Greek_zeta, z, Greek_OMEGA ] }; @@ -265,7 +265,7 @@ xkb_symbols "neo" { key <AB09> { [ period, ellipsis, quotedbl, Greek_theta, 3, Greek_THETA ] }; key <AB10> { [ j, J, semicolon, U3D1, period, nabla ] }; - key <SPCE> { [ space, space, U2423, nobreakspace, 0, U202F ] }; + key <SPCE> { [ space, space, space, nobreakspace, 0, U202F ] }; // new modkeys |