From 8756fbfff1631979f9b57ad009c6c08b8611acc2 Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 11 Jul 2008 01:28:53 +0000 Subject: [PATCH] (change-candidate): Escape '[' and ']'. --- MIM/zh-util.mim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/MIM/zh-util.mim b/MIM/zh-util.mim index 2a5ef20..57d9d5d 100644 --- a/MIM/zh-util.mim +++ b/MIM/zh-util.mim @@ -46,10 +46,10 @@ to be included in the other Chinese input method (e.g. zh-py). ((C-b) (select @-)) ((Right) (select @+)) ((C-f) (select @+)) - ((Up) (select @[)) - ((C-p) (select @[)) - ((Down) (select @])) - ((C-n) (select @]))) + ((Up) (select @\[)) + ((C-p) (select @\[)) + ((Down) (select @\])) + ((C-n) (select @\]))) (focus-move ;; When an input spot is moved, commit the current predit by shifting -- 1.7.10.4