From: handa Date: Fri, 19 Jan 2007 05:03:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FLT-base~144 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d742377055ad964f2c4f578d9412df75048c7585;p=m17n%2Fm17n-lib.git *** empty log message *** --- diff --git a/src/input-gui.c b/src/input-gui.c index a3fe5bd..9be9ee9 100644 --- a/src/input-gui.c +++ b/src/input-gui.c @@ -683,9 +683,9 @@ MSymbol Mxim; the byte is bitwise anded by 0x1F and the Control modifier is cleared. - If $EVENT still has modifiers, the name is preceded by "H-" - (Hyper), "s-" (Super), "A-" (Alt), "M-" (Meta), "C-" (Control), - and/or "S-" (Shift) in this order. + If $EVENT still has modifiers, the name is preceded by "S-" + (Shift), "C-" (Control), "M-" (Meta), "A-" (Alt), "s-" (Super), + and/or "H-" (Hyper) in this order. For instance, if the keysym name is "a" and the event has Shift, Meta, and Hyper modifiers, the resulting name is "M-H-A". @@ -712,8 +712,8 @@ MSymbol Mxim; 0x1F ¤È¤ò¥Ó¥Ã¥Èñ°Ì¤Ç and ±é»»¤·¡¢Control ¥â¥Ç¥£¥Õ¥¡¥¤¥¢¤Ï¼è¤ê½ü¤«¤ì¤ë¡£ ¤½¤ì¤Ç¤â $EVENT ¤Ë¤Þ¤À¥â¥Ç¥£¥Õ¥¡¥¤¥¢¤¬¤¢¤ì¤Ð¡¢Ì¾Á°¤ÎÁ°¤Ë¤½¤ì¤¾¤ì - "H-" (Hyper), "s-" (Super), "A-" (Alt), "M-" (Meta), "C-" - (Control), "S-" (Shift) ¤¬¤³¤Î½çÈÖ¤ÇÉÕ¤¯¡£ + "S-" (Shift), "C-" (Control), "M-" (Meta), "A-" (Alt), "s-" + (Super), "H-" (Hyper)¤¬¤³¤Î½çÈÖ¤ÇÉÕ¤¯¡£ ¤¿¤È¤¨¤Ð¡¢keysym ̾¤¬ "a" ¤Ç¥¤¥Ù¥ó¥È¤¬ Shift, Meta, and Hyper ¥â¥Ç¥£¥Õ¥¡¥¤¥¢¤ò»ý¤Æ¤Ð¡¢ÆÀ¤é¤ì¤ë̾Á°¤Ï "M-H-A" ¤Ç¤¢¤ë¡£