diff options
-rw-r--r-- | linux/X/de | 10 | ||||
-rw-r--r-- | linux/xmodmap/neo_de.xmodmap | 4 |
2 files changed, 7 insertions, 7 deletions
@@ -206,9 +206,9 @@ xkb_symbols "sundeadkeys" { partial alphanumeric_keys modifier_keys keypad_keys xkb_symbols "neo" { - name[Group1]= "German Neostyle (v2.0)"; + name[Group1]= "German Neostyle"; - key.type[group1]="EIGHT_LEVEL_SEMIALPHABETIC"; + key.type[Group1]="EIGHT_LEVEL"; // Zahlenreihe // eigentlich sollte die folgende Zeile rein, aber auf älteren Systemen ist der dead_stroke noch nicht definiert! @@ -258,7 +258,7 @@ xkb_symbols "neo" { key <AC08> { [ r, R, parenright, Greek_rho, 5, registered ] }; key <AC09> { [ t, T, minus, Greek_tau, 6, trademark ] }; key <AC10> { [ d, D, colon, Greek_delta, comma, Greek_DELTA ] }; - key <AC11> { [ y, Y, y, Greek_upsilon, thorn, THORN ] }; + key <AC11> { [ y, Y,doublelowquotemark, Greek_upsilon, thorn, THORN ] }; // untere Reihe @@ -293,7 +293,7 @@ xkb_symbols "neo" { key <KPAD> { [ KP_Add, KP_Add, plusminus, U2213 ] }; key <KP4> { [ KP_Left, KP_4, leftarrow, U2282 ] }; - key <KP5> { [ KP_Begin, KP_5, dagger, U220A ] }; + key <KP5> { [ EuroSign, KP_5, dagger, U220A ] }; key <KP6> { [ KP_Right, KP_6, rightarrow, U2283 ] }; key <KP1> { [ KP_End, KP_1, U21CB, U2264 ] }; @@ -317,7 +317,7 @@ xkb_symbols "neo" { key <LSGT> { [ 0xfe11,0xfe11,0xfe11,0xfe11 ] }; - key <RALT> { symbols[Group1] = [ 0xfe11, 0xfe11, 0xfe11, 0xfe11, KP_Decimal, 0xfe11 ] }; + key <RALT> { [ 0xfe11, 0xfe11, 0xfe11, 0xfe11, KP_Decimal, 0xfe11 ] }; modifier_map Mod3 { 0xfe11 }; diff --git a/linux/xmodmap/neo_de.xmodmap b/linux/xmodmap/neo_de.xmodmap index dc060a5..cbd8312 100644 --- a/linux/xmodmap/neo_de.xmodmap +++ b/linux/xmodmap/neo_de.xmodmap @@ -64,7 +64,7 @@ keycode 44 = n N parenleft Greek_nu 4 numerosign keycode 45 = r R parenright Greek_rho 5 registered keycode 46 = t T minus Greek_tau 6 trademark keycode 47 = d D colon Greek_delta comma Greek_DELTA -keycode 48 = y Y y Greek_upsilon thorn THORN +keycode 48 = y Y doublelowquotemark Greek_upsilon thorn THORN !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! The lower row @@ -134,7 +134,7 @@ keycode 86 = KP_Add KP_Add plusminus U2213 ! The middle row !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! keycode 83 = KP_Left KP_4 leftarrow U2282 -keycode 84 = KP_Begin KP_5 dagger U220A +keycode 84 = EuroSign KP_5 dagger U220A keycode 85 = KP_Right KP_6 rightarrow U2283 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |