diff options
author | knittl <knittl@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-01-22 19:37:03 +0000 |
---|---|---|
committer | knittl <knittl@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-01-22 19:37:03 +0000 |
commit | b1e6a1fe8c1d05e59cf1c95c7da51f10a54a4cac (patch) | |
tree | 788a5a0a55a69a6cb08e3366d6e96fb54011e065 | |
parent | f8209342322ddccc37ca7b96685a15728c80d432 (diff) |
aufzählungszeichen auf KP6 eingesetz, zeilenenden wieder ausgerichtet
habe auch versucht dead_doublegrave durch 0xfe66 zu ersetzen, doch das
funktioniert bei mir auch nicht
git-svn-id: https://svn.neo-layout.org@1513 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to '')
-rw-r--r-- | linux/X/de | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -250,7 +250,9 @@ xkb_symbols "neo" { // Definition of the so called Neo-Mod4 key.type[Group1]="ONE_LEVEL"; - // ISO_Level5_Shift was causing problems, though it's defined in my /usr/include/X11/keysymdef.h on Ubuntu 8.10 (ticket #33), using hexcode again for now + // ISO_Level5_Shift was causing problems, though it's defined in + // /usr/include/X11/keysymdef.h on Ubuntu 8.10 (ticket #33), + // using hexcode again for now key <LSGT> { [ 0xfe11 ]}; key <RALT> { [ 0xfe11 ]}; modifier_map Mod3 { <LSGT>, <RALT> }; @@ -299,7 +301,7 @@ xkb_symbols "neo" { key <AD10> { [ q, Q, ampersand, U03D5, plus, NoSymbol, U211A ] }; key <AD11> { [ ssharp, U1E9E, U017F, Greek_finalsmallsigma, NoSymbol, NoSymbol, jot ] }; - key <AD12> { [ dead_acute, dead_cedilla, dead_stroke, dead_psili, dead_doubleacute, NoSymbol, dead_abovedot ] }; + key <AD12> { [ dead_acute, dead_cedilla, dead_stroke, dead_psili, dead_doubleacute, NoSymbol, dead_abovedot ] }; // middle row // -------------------------------------------------------------- @@ -362,7 +364,7 @@ xkb_symbols "neo" { // -------------------------------------------------------------- key <KP4> { [ KP_4, club, leftarrow, includedin, KP_Left, KP_Left, U2286 ] }; key <KP5> { [ KP_5, EuroSign, brokenbar, U22B6, KP_Begin, KP_Begin, U22B7 ] }; - key <KP6> { [ KP_6, NoSymbol, rightarrow, includes, KP_Right, KP_Right, U2287 ] }; + key <KP6> { [ KP_6, U2023, rightarrow, includes, KP_Right, KP_Right, U2287 ] }; // bottom row // -------------------------------------------------------------- |