LoginSignup
5
3

More than 5 years have passed since last update.

uim-fep

Last updated at Posted at 2015-08-22

参考

インストール

sudo apt-get install -y \
  uim-fep uim-anthy
  • ubuntu15.10では uim-mozc はまだない。

Control + Spaceでon/off切り替え

~/.uim
(define default-im-name 'anthy)
(define-key generic-on-key? '("<Control> " "`"))
(define-key generic-off-key? '("<Control> " "`"))

起動

~/.bashrc
export XMODIFIERS=@im=uim
uim起動
uim-fep
  • ctrl+spaceで切り替え、変換候補は ctrl+n,pで切り替え

fep.png

5
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
3