summaryrefslogtreecommitdiffstats
path: root/linux/X
diff options
context:
space:
mode:
authorerik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-09-16 10:25:30 +0000
committererik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-09-16 10:25:30 +0000
commit908032273561471b69e3c08cda852efd0db4ac14 (patch)
treedb6b9c9b9dd0156c8d63e76b9226e68536e64aff /linux/X
parent795de942ccef8f2a43811964a3632de27ae1fc95 (diff)
hoppla, ziffernblock war noch gar nicht deaktiviert: jetzt aber
git-svn-id: https://svn.neo-layout.org@890 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'linux/X')
-rw-r--r--linux/X/de7
1 files changed, 5 insertions, 2 deletions
diff --git a/linux/X/de b/linux/X/de
index 562ca76..512539c 100644
--- a/linux/X/de
+++ b/linux/X/de
@@ -362,9 +362,12 @@ xkb_symbols "neo" {
////////////////////////////////////////////////////
// The uppest row
////////////////////////////////////////////////////
- key <NMLK> { [ equal, notequal, U2248, Pointer_EnableKeys ] };
- key.type[Group1]="FOUR_LEVEL_MIXED_KEYPAD" ;
+ // Num-Lock gibt es bei Neo nicht mehr:
+ //key.type[Group1]="FOUR_LEVEL_MIXED_KEYPAD" ;
+
+ // Die ehemalige Num-Lock-Taste erzeugt nun diverse Zeichen:
+ key <NMLK> { [ equal, notequal, U2248, Pointer_EnableKeys ] };
key <KPDV> { [ KP_Divide, KP_Divide, division, U2044 ] };
key <KPMU> { [ KP_Multiply, KP_Multiply, multiply, U2219 ] };