From: handa Date: Fri, 11 Jul 2008 01:22:03 +0000 (+0000) Subject: (henkan-edit, change-candidate): Escape '[' and X-Git-Tag: REL-1-5-3~59 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=804a5635d07a9e0d8f72a251f1aa0423726efdd1;p=m17n%2Fm17n-db.git (henkan-edit, change-candidate): Escape '[' and ']'. --- diff --git a/MIM/ja-anthy.mim b/MIM/ja-anthy.mim index 13419ee..89a5657 100644 --- a/MIM/ja-anthy.mim +++ b/MIM/ja-anthy.mim @@ -207,8 +207,8 @@ Select Hiragana or Katakana" ((Right) (move @+))) (henkan-edit - ((Left) (move @[)) - ((Right) (move @])) + ((Left) (move @\[)) + ((Right) (move @\])) ((S-Left) (call libmimx-anthy resize t)) ((S-Right) (call libmimx-anthy resize nil))) @@ -226,13 +226,13 @@ Select Hiragana or Katakana" (change-candidate ((C-A) (select @<)) - ((C-P) (select @[)) + ((C-P) (select @\[)) ((C-B) (select @-)) ((Up) (select @-)) (" " (select @+)) ((C-F) (select @+)) ((Down) (select @+)) - ((C-N) (select @])) + ((C-N) (select @\])) ((C-E) (select @>))) )