From b1e6a1fe8c1d05e59cf1c95c7da51f10a54a4cac Mon Sep 17 00:00:00 2001 From: knittl Date: Thu, 22 Jan 2009 19:37:03 +0000 Subject: =?UTF-8?q?aufz=C3=A4hlungszeichen=20auf=20KP6=20eingesetz,=20zeil?= =?UTF-8?q?enenden=20wieder=20ausgerichtet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- linux/X/de | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/linux/X/de b/linux/X/de index 6329b98..cd7e844 100644 --- a/linux/X/de +++ b/linux/X/de @@ -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 { [ 0xfe11 ]}; key { [ 0xfe11 ]}; modifier_map Mod3 { , }; @@ -299,7 +301,7 @@ xkb_symbols "neo" { key { [ q, Q, ampersand, U03D5, plus, NoSymbol, U211A ] }; key { [ ssharp, U1E9E, U017F, Greek_finalsmallsigma, NoSymbol, NoSymbol, jot ] }; - key { [ dead_acute, dead_cedilla, dead_stroke, dead_psili, dead_doubleacute, NoSymbol, dead_abovedot ] }; + key { [ dead_acute, dead_cedilla, dead_stroke, dead_psili, dead_doubleacute, NoSymbol, dead_abovedot ] }; // middle row // -------------------------------------------------------------- @@ -362,7 +364,7 @@ xkb_symbols "neo" { // -------------------------------------------------------------- key { [ KP_4, club, leftarrow, includedin, KP_Left, KP_Left, U2286 ] }; key { [ KP_5, EuroSign, brokenbar, U22B6, KP_Begin, KP_Begin, U22B7 ] }; - key { [ KP_6, NoSymbol, rightarrow, includes, KP_Right, KP_Right, U2287 ] }; + key { [ KP_6, U2023, rightarrow, includes, KP_Right, KP_Right, U2287 ] }; // bottom row // -------------------------------------------------------------- -- cgit v1.2.3