From 07133a4815bd8f3c76817b51315201b4ae38a87e Mon Sep 17 00:00:00 2001 From: knittl Date: Tue, 17 Feb 2009 16:00:46 +0000 Subject: =?UTF-8?q?auf=20KP0(2)=20geh=C3=B6rt=20wirklich=20das=20platzhalt?= =?UTF-8?q?erzeichen=20f=C3=BCr=20das=20leerzeichen=20(=E2=90=A3)=20und=20?= =?UTF-8?q?nicht=20das=20leerzeichen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit dennis: patches das nächste mal überprüfen ;) aber sonst sieht mich der patch gut an git-svn-id: https://svn.neo-layout.org@1665 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- linux/X/de | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/X/de b/linux/X/de index cefcf22..4172e78 100644 --- a/linux/X/de +++ b/linux/X/de @@ -376,7 +376,7 @@ xkb_symbols "neo" { // bottommost row // -------------------------------------------------------------- - key { [ KP_0, space, percent, U2030, KP_Insert, KP_Insert, U25A1 ] }; + key { [ KP_0, U2423, percent, U2030, KP_Insert, KP_Insert, U25A1 ] }; key { [ KP_Decimal, comma, period, apostrophe, KP_Delete, KP_Delete, quotedbl ] }; }; @@ -490,4 +490,4 @@ xkb_symbols "qwerty" { key { [ z, Z, leftarrow, yen ] }; key { [ y, Y, guillemotleft, less ] }; -}; \ No newline at end of file +}; -- cgit v1.2.3