diff options
author | ben <ben@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2007-06-04 07:58:55 +0000 |
---|---|---|
committer | ben <ben@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2007-06-04 07:58:55 +0000 |
commit | 9bf8b98e9f3cbddeef600f59ad7abe4f072d6950 (patch) | |
tree | f67eb3b98ed391bbdc43a2d5ffe3d855fd94b150 /linux | |
parent | 7cb3a2d23f363dc608ede20087098ddc24cb92cd (diff) | |
download | neo-layout-9bf8b98e9f3cbddeef600f59ad7abe4f072d6950.tar.gz neo-layout-9bf8b98e9f3cbddeef600f59ad7abe4f072d6950.tar.bz2 neo-layout-9bf8b98e9f3cbddeef600f59ad7abe4f072d6950.zip |
Return unter p eingebaut
git-svn-id: https://svn.neo-layout.org@144 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'linux')
-rw-r--r-- | linux/X/de | 8 | ||||
-rw-r--r-- | linux/xmodmap/neo_de.xmodmap | 2 |
2 files changed, 5 insertions, 5 deletions
@@ -265,7 +265,7 @@ xkb_symbols "neo" { key <AB01> { [ odiaeresis, Odiaeresis, numbersign, odiaeresis, Escape ] }; key <AB02> { [ udiaeresis, Udiaeresis, dollar, udiaeresis, Delete, integral ] }; key <AB03> { [ adiaeresis, Adiaeresis, bar, Greek_eta, Next, Next ] }; - key <AB04> { [ p, P, asciitilde, Greek_pi, p, Greek_PI ] }; + key <AB04> { [ p, P, asciitilde, Greek_pi, Return, Greek_PI ] }; key <AB05> { [ z, Z, grave, Greek_zeta, z, Greek_OMEGA ] }; key <AB06> { [ b, B, plus, Greek_beta, infinity, enfilledcircbullet ] }; @@ -327,7 +327,7 @@ xkb_symbols "neo" { // Copied from macintosh_vndr/de // olh@suse.de very close to MacOS map -partial alphanumeric_keys +partial alphanumeric_keys xkb_symbols "mac" { include "de" @@ -345,7 +345,7 @@ xkb_symbols "mac" { key <AD07> { [ u, U, diaeresis, Aacute ] }; key <AD08> { [ i, I, slash, Ucircumflex ] }; key <AD11> { [ udiaeresis, Udiaeresis, periodcentered, degree ] }; - key <AD12> { [ plus, asterisk, asciitilde ] }; + key <AD12> { [ plus, asterisk, asciitilde ] }; key <AC01> { [ a, A, aring, Aring ] }; key <AC05> { [ g, G, copyright ] }; key <AC06> { [ h, H, ordfeminine ] }; @@ -355,7 +355,7 @@ xkb_symbols "mac" { }; -partial alphanumeric_keys +partial alphanumeric_keys xkb_symbols "mac_nodeadkeys" { // modify the standard German mac layout to not have any dead keys include "de(mac)" diff --git a/linux/xmodmap/neo_de.xmodmap b/linux/xmodmap/neo_de.xmodmap index 38be57a..dcacd47 100644 --- a/linux/xmodmap/neo_de.xmodmap +++ b/linux/xmodmap/neo_de.xmodmap @@ -72,7 +72,7 @@ keycode 48 = y Y y Greek_upsilon thorn THORN keycode 52 = odiaeresis Odiaeresis numbersign odiaeresis Escape keycode 53 = udiaeresis Udiaeresis dollar udiaeresis Delete integral keycode 54 = adiaeresis Adiaeresis bar Greek_eta Next Next -keycode 55 = p P asciitilde Greek_pi p Greek_PI +keycode 55 = p P asciitilde Greek_pi Return Greek_PI keycode 56 = z Z grave Greek_zeta z Greek_OMEGA keycode 57 = b B plus Greek_beta infinity enfilledcircbullet |