Your message dated Tue, 25 Apr 2006 09:03:06 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#334298: fixed in skkinput 1:2.06.4-5 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: skkinput Version: 1:2.06.4-1 I tend to hit shift-space by mistake rather too often, so I wanted to move the start-conversion key combination to Windows-space instead. (I have the Windows key mapped as X modifier 4, aka 'Hyper'.) So I put this in my X resources: Skkinput.xim.conversionStartKey: mod4<Key>space However, skkinput doesn't recognise 'mod4', only 'shift', 'cntrl', 'lock' and 'mod1'. The following patch fixes this. --- skkinput-2.06.4/parseStr.c 2002-06-29 05:48:46.000000000 +0100 +++ skkinput-2.06.4-mod/parseStr.c 2005-10-16 23:03:49.000000000 +0100 @@ -96,6 +96,8 @@ static struct keyToMask key_masks[] = { { "shift", ShiftMask }, { "lock", LockMask }, { "cntrl", ControlMask }, { "mod1", Mod1Mask }, + { "mod2", Mod2Mask }, { "mod3", Mod3Mask }, + { "mod4", Mod4Mask }, { "mod5", Mod5Mask }, { NULL, 0L }, } ; struct keyToMask *kptr ; (If you want to test this and you don't have your keyboard set up with a Mod4 key then xmodmap -e 'keycode 115 = Hyper_L' -e 'clear Mod4' -e 'add Mod4 = Hyper_L' will hopefully set up the left Windows key as one, assuming you have a standard PC keyboard. Probably best to check that with xev.) Hope this helps. -- PMM
--- End Message ---
--- Begin Message ---Source: skkinput Source-Version: 1:2.06.4-5 We believe that the bug you reported is fixed in the latest version of skkinput, which is due to be installed in the Debian FTP archive: skkinput_2.06.4-5.diff.gz to pool/main/s/skkinput/skkinput_2.06.4-5.diff.gz skkinput_2.06.4-5.dsc to pool/main/s/skkinput/skkinput_2.06.4-5.dsc skkinput_2.06.4-5_i386.deb to pool/main/s/skkinput/skkinput_2.06.4-5_i386.deb 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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Fumitoshi UKAI <[EMAIL PROTECTED]> (supplier of updated skkinput 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 [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 26 Apr 2006 00:46:11 +0900 Source: skkinput Binary: skkinput Architecture: source i386 Version: 1:2.06.4-5 Distribution: unstable Urgency: low Maintainer: Fumitoshi UKAI <[EMAIL PROTECTED]> Changed-By: Fumitoshi UKAI <[EMAIL PROTECTED]> Description: skkinput - X input method for Japanese with SKK conversion Closes: 227480 334298 Changes: skkinput (1:2.06.4-5) unstable; urgency=low . * rebuilt with xorg. * parseStr.c (parseXrLikeKeyString): add mod2-mod5 as modifiers closes: Bug#334298 * add note about SKK.tut in skk or ddskk package closes: Bug#227480 Files: ae4b65ce36e8a67eb82f0e0697f02924 673 x11 optional skkinput_2.06.4-5.dsc 6290eebf1bab65520c3e8b2ebf02fea3 4973 x11 optional skkinput_2.06.4-5.diff.gz 259f9619c7f370d1bdda32fa3c22727e 200654 x11 optional skkinput_2.06.4-5_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFETkXK9D5yZjzIjAkRAuW/AKC6urV5bTjRJay6MAIIxCAMSyY84QCdEtaQ UGhTllPaAkF7mnoIX8q7YEE= =7f7k -----END PGP SIGNATURE-----
--- End Message ---

