[Skip to the main content] Welcome to Daigo’s Daily Digital Diorama. I blog about Baseball, Judo, Jazz, Linux, Design and on being a dad.

  • Get Firefox!

Turning Japanese II

On linux machine, sometimes you have to manually turn on input method. Here is how to do that (provided that you have installed Japanese enviromnet in system):


kinput2 -canna & #Only have to do this once
export LC_ALL=ja_JP.eucJP
export LANG=ja_JP.eucJP
export XMODIFIERS=’@im=kinput2′
Then start an application

Now you should be able to
push Shift-Space and [a] should show up.

Comments are closed.