diff options
-rw-r--r-- | grafik/neo20.txt | 4 | ||||
-rw-r--r-- | linux/X/de | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/grafik/neo20.txt b/grafik/neo20.txt index 356e83b..6c1b4be 100644 --- a/grafik/neo20.txt +++ b/grafik/neo20.txt @@ -45,8 +45,8 @@ Erste Ebene │Shift │ Mod │Ö │Ü ∫│Ä │P Π│Z Ω│B •│M │ √│… Θ│J ∇│ Shift │ │ │ 5 │ # ⌧│ $ ⌦│ | ⇟│ ~ ↲│ ` │ + ∞│ % 1│, ' 2│. " 3│ ; .│ │ ├──────┼─────┴┬────┴─┬───┴─────┴─────┴─────┴─────┴─────┴────┬┴─────┼─────┴┬──────┬──────┤ -│ Strg │ Fen- │ Alt │ Leerzeichen nobreakspace smallspace │ Mod5 │ Fen- │ Menu │ Strg │ -│ │ ster │ │ 0 │ │ ster │ │ │ +│ Strg │ Fen- │ Alt │ Leerzeichen nobreakspace smallspace │Mod5 │ Fen- │ Menu │ Strg │ +│ │ ster │ │ 0 │ ./,│ ster │ │ │ └──────┴──────┴──────┴──────────────────────────────────────┴──────┴──────┴──────┴──────┘ ┌─────┬─────┬─────┬─────┐ @@ -317,7 +317,9 @@ xkb_symbols "neo" { key <LSGT> { [ 0xfe11,0xfe11,0xfe11,0xfe11 ] }; - key <RALT> { type[Group1]="TWO_LEVEL", symbols[Group1] = [ 0xfe11 ] }; + key <RALT> { + type[Group1]="EIGHT_LEVEL", + symbols[Group1] = [ 0xfe11, 0xfe11, 0xfe11, 0xfe11, KP_Decimal, 0xfe11 ] }; modifier_map Mod3 { 0xfe11 }; |