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

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



Your message dated Wed, 30 Aug 2006 14:17:11 -0700
with message-id <E1GIXQt-0005wh-Pi@spohr.debian.org>
and subject line Bug#328125: fixed in xkeyboard-config 0.8-9
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
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


--- End Message ---
--- Begin Message ---
Source: xkeyboard-config
Source-Version: 0.8-9

We believe that the bug you reported is fixed in the latest version of
xkeyboard-config, which is due to be installed in the Debian FTP archive:

xkb-data_0.8-9_all.deb
  to pool/main/x/xkeyboard-config/xkb-data_0.8-9_all.deb
xkeyboard-config_0.8-9.diff.gz
  to pool/main/x/xkeyboard-config/xkeyboard-config_0.8-9.diff.gz
xkeyboard-config_0.8-9.dsc
  to pool/main/x/xkeyboard-config/xkeyboard-config_0.8-9.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 328125@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Denis Barbier <barbier@debian.org> (supplier of updated xkeyboard-config package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 30 Aug 2006 22:17:59 +0200
Source: xkeyboard-config
Binary: xkb-data
Architecture: source all
Version: 0.8-9
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Changed-By: Denis Barbier <barbier@debian.org>
Description: 
 xkb-data   - X Keyboard Extension (XKB) configuration data
Closes: 308196 328125
Changes: 
 xkeyboard-config (0.8-9) unstable; urgency=low
 .
   * debian/patches/resync_rules_base.diff: New patch to help keeping
     rules/base.* and rules/compat/base.* files up-to-date.
 .
   * debian/patches/mac_swap_kp.diff: New patch to swap KP_Delete and
     KP_Separator on Mac keyboards.  Closes: #328125  Thanks Ben Mueller
 .
   * debian/patches/latin_quotes.diff: New patch; grave and apostrophe
     on the 4th level can be provided via simpler keystrokes.  They were
     historically provided as alternative quotes, but these ones are
     better alternatives.  Closes: #308196 Thanks Mark Sheppard
 .
   * debian/patches/mac_nodeadkeys.diff:  New patch to fix nodeadkeys variants,
     they were badly broken.
Files: 
 a5211f3511e1855cf8ec39971d176c73 694 x11 extra xkeyboard-config_0.8-9.dsc
 c6e12e4f0e1c5ad3d76f6988bc7df0c1 341230 x11 extra xkeyboard-config_0.8-9.diff.gz
 046b04f74503eef6abecb4818f7cf83b 352836 x11 extra xkb-data_0.8-9_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFE9f5u8Ri1lR4WGvsRAsaKAJ9GuAfvbxi8gQs8QcDgRCgcf7YhzwCdEg0I
gB1ZBzFUP2fBZBJ7JLj/BnQ=
=ZPyx
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: