summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorknittl <knittl@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-03-07 18:56:14 +0000
committerknittl <knittl@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-03-07 18:56:14 +0000
commit1849776c6e6538623d178bb1e8b3205c23fcf30d (patch)
tree2d4fe9ab0827f58bf1a202b6d162422cc2c52453
parent138cf59a52d0404cc21091945f696b5dd36ec2de (diff)
KP_Separator zusätzlich auf dem ziffernblock auf ebene 4 (erzeugt ein komma)
KP_Decimal erzeugt auch weiterhin den punkt, der echte ziffernblock wurde auch entsprechend angepasst dass es für beides aliasa gibt, war die erkenntnis der woche :) git-svn-id: https://svn.neo-layout.org@1733 b9310e46-f624-0410-8ea1-cfbb3a30dc96
-rw-r--r--linux/X/de4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/X/de b/linux/X/de
index a306f46..227fe66 100644
--- a/linux/X/de
+++ b/linux/X/de
@@ -317,7 +317,7 @@ NoSymbol ] };
key <AC07> { [ n, N, parenleft, Greek_nu, KP_4, NoSymbol, U2115 ] };
key <AC08> { [ r, R, parenright, U03F1, KP_5, NoSymbol, U211D ] };
key <AC09> { [ t, T, minus, Greek_tau, KP_6, NoSymbol, partialderivative ] };
- key <AC10> { [ d, D, colon, Greek_delta, comma, NoSymbol, Greek_DELTA ] };
+ key <AC10> { [ d, D, colon, Greek_delta, KP_Separator, NoSymbol, Greek_DELTA ] };
key <AC11> { [ y, Y, at, Greek_upsilon, KP_Decimal, NoSymbol, nabla ] };
// bottom row
@@ -378,7 +378,7 @@ NoSymbol ] };
// bottommost row
// --------------------------------------------------------------
key <KP0> { [ KP_0, U2423, percent, U2030, KP_Insert, KP_Insert, U25A1 ] };
- key <KPDL> { [ KP_Decimal, comma, period, apostrophe, KP_Delete, KP_Delete, quotedbl ] };
+ key <KPDL> { [ KP_Separator, KP_Decimal, period, apostrophe, KP_Delete, KP_Delete, quotedbl ] };
};