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 | |
parent | d90908dc1b3f9cbe6c6f579bec22420f774015e4 (diff) |
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')
-rw-r--r-- | linux/X/Weiteres/de | 6 | ||||
-rw-r--r-- | linux/X/Weiteres/neo_de.xmodmap | 6 | ||||
-rw-r--r-- | linux/X/de | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/linux/X/Weiteres/de b/linux/X/Weiteres/de index 0f20f65..ae96009 100644 --- a/linux/X/Weiteres/de +++ b/linux/X/Weiteres/de @@ -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, signifblank, nobreakspace, 0, U202F ] }; + key <SPCE> { [ space, space, space, nobreakspace, 0, U202F ] }; // new modkeys diff --git a/linux/X/Weiteres/neo_de.xmodmap b/linux/X/Weiteres/neo_de.xmodmap index 41ed222..ada3905 100644 --- a/linux/X/Weiteres/neo_de.xmodmap +++ b/linux/X/Weiteres/neo_de.xmodmap @@ -69,8 +69,8 @@ keycode 48 = y Y doublelowquotemark Greek_upsilon thorn THORN !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! The lower row !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -keycode 52 = odiaeresis Odiaeresis numbersign odiaeresis Escape -keycode 53 = udiaeresis Udiaeresis dollar udiaeresis Delete Delete +keycode 52 = udiaeresis Udiaeresis numbersign udiaeresis Escape +keycode 53 = odiaeresis Odiaeresis dollar odiaeresis Delete Delete keycode 54 = adiaeresis Adiaeresis bar Greek_eta Next Next keycode 55 = p P asciitilde Greek_pi Return Greek_PI keycode 56 = z Z grave Greek_zeta z Greek_OMEGA @@ -107,7 +107,7 @@ add Mod3 = ISO_Level3_Shift ! force to learn the new Escape! !keycode 9 = -keycode 65 = space space signifblank nobreakspace 0 U202F +keycode 65 = space space space nobreakspace 0 U202F !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! @@ -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 |