diff options
author | ben <ben@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2007-06-07 06:28:54 +0000 |
---|---|---|
committer | ben <ben@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2007-06-07 06:28:54 +0000 |
commit | 89da6eeb4bf165bff66652ef7d8b68d670ca1ba1 (patch) | |
tree | 8599870bf65c1068011e0af14e7417ef9d0abe0c /linux | |
parent | 85c17b99749d3f7903dbaf3db5e0f1e741227aab (diff) |
KP_Decimal eingefügt
git-svn-id: https://svn.neo-layout.org@156 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'linux')
-rw-r--r-- | linux/X/de | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 }; |