- 1. 概要
- 2. 設定
1. 概要
キーボードレイアウトの設定について記述します。
2. 設定
「CachyOS 260809 mango」では。
キーボードの設定は、下記にあります。
~/.config/mango/cfg/input.conf
デフォルトでは、下記のように記述されています。
# | Input Devices |
# Configure your input devices here. | https://mangowm.github.io/docs/configuration/input
# xkb_rules_layout = us
# If you want to disable pointer acceleration, uncomment the lines below.
# accel_profile = 1
# accel_speed = 0.2
日本語キーボードを設定するには、4行目を下記のように記述します。
xkb_rules_layout = jp
|
|