summaryrefslogtreecommitdiff
path: root/linux/X/de
diff options
context:
space:
mode:
Diffstat (limited to 'linux/X/de')
-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 ] };