Waylandでは、従来のX11環境で使用されていた`xmodmap`や`setxkbmap`といったツールは機能しません。これは、Waylandがセキュリティとアーキテクチャの観点から、入力デバイスの管理方法を根本的に変更しているためです。
## **Waylandにおけるキーボードマッピングの制限**
- **セキュリティ制約**: Waylandは、入力デバイスの管理をコンポジタが直接行うため、外部ツールが入力イベントをインターセプトしたり、キーボードマッピングを変更したりすることができません。これにより、`xmodmap`や`setxkbmap`は無効になります[3][6][12]。
- **XKBの使用**: 代わりに、WaylandではXKB(X Keyboard Extension)を使用してキーボードのレイアウトやオプションを設定しますが、これも直接的なコマンドではなく、設定ファイルを編集する必要があります。具体的には、`/usr/share/X11/xkb/symbols/`内のファイルを編集することで、カスタムのキーボードレイアウトを作成することができます[3][8]。
- **GNOMEやKDEの設定ツール**: GNOMEやKDEなどのデスクトップ環境には、キーボード設定を変更するためのGUIツールが用意されています。これらのツールを使用することで、キーボードのマッピングを変更することが可能です[5][10][14]。
## **代替手段**
- **カスタムXKB設定**: ユーザーは自分のホームディレクトリ内にカスタムのXKB設定を作成し、これを使用してキーボードのマッピングを変更することができます。具体的には、`.config/xkb/symbols/`内にカスタムファイルを作成し、必要な設定を記述します[8][14]。
- **Input Remapper**: GUIベースのツールである「Input Remapper」を使用することで、キーボードやマウスのボタンを簡単に再マッピングすることができます。このツールはWaylandでも動作します[14]。
このように、Waylandでは従来のX11のツールが使えないため、代替手段を利用する必要があります。設定方法やツールについては、各デスクトップ環境のドキュメントを参照することをお勧めします。
[1] https://lars.ingebrigtsen.no/2024/04/28/the-simplest-thing-in-the-world-modifing-keymaps-in-wayland/
[2] https://bbs.archlinux.org/viewtopic.php?id=243198
[3] https://unix.stackexchange.com/questions/414437/modifying-keyboard-layout-in-wayland
[4] https://github.com/sezanzeb/key-mapper/issues/114
[5] https://askubuntu.com/questions/1274475/remap-a-key-in-ubuntu-20-04-wayland
[6] http://who-t.blogspot.com/2016/12/the-future-of-xinput-xmodmap-setxkbmap.html
[7] https://bbs.archlinux.org/viewtopic.php?id=293883
[8] https://askubuntu.com/questions/1405618/use-xkbset-on-ubuntu-22-04-wayland-display-server
[9] https://bbs.archlinux.org/viewtopic.php?id=291538
[10] https://superuser.com/questions/1196241/how-to-remap-caps-lock-on-wayland
[11] https://wiki.archlinux.jp/index.php/X_keyboard_extension
[12] https://www.reddit.com/r/wayland/comments/1df0vj7/whats_the_equivalent_of_xmodmap_in_wayland/
[13] https://discussion.fedoraproject.org/t/looking-for-alternative-for-setxkbmap-in-wayland/69151
[14] https://unix.stackexchange.com/questions/292868/how-to-customise-keyboard-mappings-with-wayland
[15] https://blog.stigok.com/2020/10/27/from-x11-xmodmap-to-wayland-xkb-custom-keyboard-layout.html