[Anthy-dev #] anthy.el でのカーソルキー

Back to archive index

KATO Kazuyoshi kzys****@users*****
2003年 11月 10日 (月) 00:11:04 JST


和良です。

いつからか anthy.el でカーソルキーによる文節の移動が効かなくなっています。

個人のカスタマイズの範囲なのかもしれませんが、Anthy Wiki のほうにキー
バインドとして書かれてますし、一応デフォルトで使えるようにしてもらえる
とうれしいです。

--- anthy.el.orig	2003-11-09 23:28:53.000000000 +0900
+++ anthy.el	2003-11-10 00:02:16.000000000 +0900
@@ -98,6 +98,9 @@
       ;; 文節の伸縮
       (define-key map [(shift left)] 'anthy-insert)
       (define-key map [(shift right)] 'anthy-insert)
+      ;; 文節の移動
+      (define-key map [left] 'anthy-insert)
+      (define-key map [right] 'anthy-insert)
       (setq anthy-preedit-keymap map)))
 
 ;; anthy-agentに送る際にキーをエンコードするためのテーブル

--
KATO Kazuyoshi  +++[>+++++[>+++++<-]<-]>>.----------.>+++++[<+
++++>-]<.-----.++++.----------.++++.-----------.+.>++++++++++.



Anthy-dev メーリングリストの案内
Back to archive index