uimのキーバインド変更(Anthy関連)
uimのキーバインドの変更はホームディレクトリに
".uim"ファイルに設定する
vi ~/.uim
----
(define-key generic-on-key? '("zenkaku-hankaku" "kanji" ))
(define-key generic-off-key? '("zenkaku-hankaku" "kanji" ))
(define-key anthy-next-segment-key? '("down"))
(define-key anthy-prev-segment-key? '("up"))
(define-key anthy-extend-segment-key? '("right"))
(define-key anthy-shrink-segment-key? '("left"))
「Linux」カテゴリの記事
- 外付けHDD データリカバリー(2012.04.13)
- MacOS風インターフェース PearLinux(Comice)(2012.03.20)
- レスキュー用 ブートLinux(2011.10.12)
- USBメモリ起動 BackTrack 5(2011.08.12)
- USBメモリ起動 Vine Linux 6.0(インストールのみ)(2011.08.11)



Comments