118
77

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Ubuntu で日本語キーボードレイアウト

Posted at

Ubuntu 18.04 では比較的簡単に日本語入力の設定ができるのだが、キーボードレイアウトがUSのままだと、全角半角ボタンでIMEオンオフができなかったり、@ の場所が違ったりして使いづらいため、キーボードのレイアウトを日本語にしたい。

コンソールで使うキーボードレイアウトの設定

sudo dpkg-reconfigure keyboard-configuration

Generic 105-key PC (intl.)JapaneseJapaneseThe default for the keyboard layoutNo compose keyYes と入力する。

X(GUI)で使うキーボードレイアウトの設定

gnome-session-properties

Addsetxkbmap jpSave

Screenshot from 2019-03-27 12-06-49.png

なお Ctr-Alt-F3 でコンソールへ一時的に切り替えて、
また Ctr-Alt-F2 でX GUIに戻ると、キーボードレイアウトが
USになるバグがあるので、ターミナルに

 setxkbmap jp

で解決。

118
77
2

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
118
77

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?