1
3

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.

キーボード設定

Last updated at Posted at 2017-01-30

Xからのkeyboad layoutの変更

Xから呼び出したブラウザ等のキーボードが英語ではなく日本語配列になってしまうというトラブル発生

まずキーボード設定の確認

$ xprop -root | grep XKB

"jp,us"という設定があったのでこれを"us"にしたい。

$ setxkbmap -layout "us"
$ setxkbmap -print -verbose 10
$ localectl set-x11-keymap us pc104
$ localctl status
1
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
1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?