From: ntakahas Date: Tue, 29 Jul 2008 09:31:35 +0000 (+0000) Subject: Fix a typo. X-Git-Tag: REL-1-5-3~37 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=874667b11f1e7de17670d13a24435b9616b81758;p=m17n%2Fm17n-db.git Fix a typo. --- diff --git a/FORMATS/IM.txt b/FORMATS/IM.txt index 6784f61..c938620 100644 --- a/FORMATS/IM.txt +++ b/FORMATS/IM.txt @@ -172,7 +172,7 @@ the return key, the backspace key, and the 0 key on the keypad are represented as @c (Return) , @c (BackSpace) , and @c (KP_0) respectively. If the shift, control, meta, alt, super, and hyper modifiers are used, they are represented by the S- , C- , M- , A- , s- -, and H- prefixes respectively in this oreder. Thus, "return with +, and H- prefixes respectively in this order. Thus, "return with shift with meta with hyper" is @c (S-M-H-Return) . Note that "a with shift" .. "z with shift" are represented simply as A .. Z . Thus "a with shift with meta with hyper" is @c (M-H-A) .