X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=cjk-util.mim;h=a0660adc558d2e8830a5719bf4423b674ebd87fb;hb=c85fbdcded354d05d33c7ca799f35c2d5e8ec72b;hp=3d2774bf467ebc40c9f0fb7774baa4dcca79a7f1;hpb=02306e58bad6e11eace04e8b792adba68f971926;p=m17n%2Fm17n-db.git diff --git a/cjk-util.mim b/cjk-util.mim index 3d2774b..a0660ad 100644 --- a/cjk-util.mim +++ b/cjk-util.mim @@ -22,8 +22,6 @@ (input-method t nil cjk-util) -(title "AA") - (description "Provide utilities for CJK input methods. This is acutually not a standalone input method, but is expected to be included in the other input method (e.g. zh-py). @@ -75,37 +73,9 @@ is inserted, then the mode is turned off. (exit-fullwidth-mode ("<<" (shift t))) (enter-single-fullwidth-mode - ("Z" (shift single-fullwidth-mode))) - - ;; Typing 1, 2, ..., 0 selects the 0th, 1st, ..., 9th candidate. - (choose - ("1" (select 0)) - ("2" (select 1)) - ("3" (select 2)) - ("4" (select 3)) - ("5" (select 4)) - ("6" (select 5)) - ("7" (select 6)) - ("8" (select 7)) - ("9" (select 8)) - ("0" (select 9))) - - (change-candidate - ((Left) (select @-)) - ((C-b) (select @-)) - ((Right) (select @+)) - ((C-f) (select @+)) - ((Up) (select @[)) - ((C-p) (select @[)) - ((Down) (select @])) - ((C-n) (select @])))) + ("Z" (shift single-fullwidth-mode)))) (state - (init - "A" - (enter-fullwidth-mode) - (enter-single-fullwidth-mode)) - (fullwidth-mode "A" (fullwidth (commit))