From 804a5635d07a9e0d8f72a251f1aa0423726efdd1 Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 11 Jul 2008 01:22:03 +0000 Subject: [PATCH] (henkan-edit, change-candidate): Escape '[' and ']'. --- MIM/ja-anthy.mim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 @>))) ) -- 1.7.10.4