[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#328125: xlibs: [xkb] symbols/macintosh/{de,se} swap KP_Separator and KP_Delete



Package: xlibs
Version: 6.8.2.dfsg.1-6

The xkb-symbol files xkb/symbols/macintosh/de and xkb/symbols/macintosh/se
redefine <KPDL> to change KP_Decimal into KP_Separator. But during this
change the levels are swapped, such that KP_Delete appears on the same
level as the keypad-numbers while KP_Separator appears next to KP_Insert.

The following patch should fix this.

Thank you for your great work.

  Ben


diff -u etc/X11/xkb/symbols/macintosh-orig/de etc/X11/xkb/symbols/macintosh/de
--- etc/X11/xkb/symbols/macintosh-orig/de	2005-08-31 17:53:26.000000000 +0200
+++ etc/X11/xkb/symbols/macintosh/de	2005-09-13 18:08:02.000000000 +0200
@@ -86,7 +86,7 @@
 			[ dead_grave			]	};

     // End alphanumeric section, begin "Keypad"
-    key <KPDL> {	[  KP_Delete,	KP_Separator	]	};
+    key <KPDL> {	[  KP_Separator,	KP_Delete	]	};
     // End "Keypad" section

     // begin modifier mappings
diff -u etc/X11/xkb/symbols/macintosh-orig/se etc/X11/xkb/symbols/macintosh/se
--- etc/X11/xkb/symbols/macintosh-orig/se	2005-08-31 17:53:26.000000000 +0200
+++ etc/X11/xkb/symbols/macintosh/se	2005-09-13 18:08:34.000000000 +0200
@@ -42,7 +42,7 @@
 			[              at			]	};
     key <LSGT> {        [            less,         greater      ],
                         [             bar,       brokenbar      ]       };
-    key <KPDL> {	[	KP_Delete,    KP_Separator	]	};
+    key <KPDL> {	[	KP_Separator,    KP_Delete	]	};


     // End alphanumeric section



Reply to: