summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authordennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-02-17 12:13:14 +0000
committerdennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-02-17 12:13:14 +0000
commit1dcbf94a181157a6ba87efc0e15b763b1ede3d10 (patch)
tree2e0d997d518858b4dcfdb54791301bbabf5236ea /linux
parente4a084d663a119d49cdf6c88a474d72da425934b (diff)
Anpassung an die Referenz: Bis auf NUM-„/“, NUM-„*“ und NUM-„-”sollte der Treiber mit der Referenz übereinstimmen. (E-Mail von Lukas Middendorf am 17.02.2009 um 00:10 Uhr)
git-svn-id: https://svn.neo-layout.org@1663 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'linux')
-rw-r--r--linux/X/de10
1 files changed, 5 insertions, 5 deletions
diff --git a/linux/X/de b/linux/X/de
index cf3b128..cefcf22 100644
--- a/linux/X/de
+++ b/linux/X/de
@@ -289,7 +289,7 @@ xkb_symbols "neo" {
// --------------------------------------------------------------
// xvlcwkhgfqß
key <AD01> { [ x, X, ellipsis, Greek_xi, U22EE, NoSymbol, Greek_XI ] };
- key <AD02> { [ v, V, underscore, NoSymbol, BackSpace, BackSpace, U2259 ] };
+ key <AD02> { [ v, V, underscore, NoSymbol, BackSpace, BackSpace, U222E ] };
key <AD03> { [ l, L, bracketleft, Greek_lambda, Up, Up, Greek_LAMBDA ] };
key <AD04> { [ c, C, bracketright, Greek_chi, Delete, Delete, U2102 ] };
key <AD05> { [ w, W, asciicircum, Greek_omega, Insert, Insert, Greek_OMEGA ] };
@@ -306,7 +306,7 @@ xkb_symbols "neo" {
// middle row
// --------------------------------------------------------------
// uiaeosnrtdy
- key <AC01> { [ u, U, backslash, mu, Home, Home, U222E ] };
+ key <AC01> { [ u, U, backslash, NoSymbol, Home, Home, mu ] };
key <AC02> { [ i, I, slash, Greek_iota, Left, Left, integral ] };
key <AC03> { [ a, A, braceleft, Greek_alpha, Down, Down, U2200 ] };
key <AC04> { [ e, E, braceright, Greek_epsilon, Right, Right, U2203 ] };
@@ -358,7 +358,7 @@ xkb_symbols "neo" {
key <KP7> { [ KP_7, U2714, U2195, U226A, KP_Home, KP_Home, upstile ] };
key <KP8> { [ KP_8, U2718, uparrow, intersection, KP_Up, KP_Up, U22C2 ] };
key <KP9> { [ KP_9, dagger, U20D7, U226B, KP_Prior, KP_Prior, U2309 ] };
- key <KPAD> { [ KP_Add, KP_Add, plusminus, U2213, U2295, NoSymbol, U2214 ] };
+ key <KPAD> { [ KP_Add, KP_Add, plusminus, U2295, U2213, NoSymbol, U2214 ] };
// middle row
// --------------------------------------------------------------
@@ -376,7 +376,7 @@ xkb_symbols "neo" {
// bottommost row
// --------------------------------------------------------------
- key <KP0> { [ KP_0, U2423, percent, U2030, KP_Insert, KP_Insert, U25A1 ] };
+ key <KP0> { [ KP_0, space, percent, U2030, KP_Insert, KP_Insert, U25A1 ] };
key <KPDL> { [ KP_Decimal, comma, period, apostrophe, KP_Delete, KP_Delete, quotedbl ] };
};
@@ -490,4 +490,4 @@ xkb_symbols "qwerty" {
key <AB01> { [ z, Z, leftarrow, yen ] };
key <AD06> { [ y, Y, guillemotleft, less ] };
-};
+}; \ No newline at end of file