chaged compose key to rctrl.

This commit is contained in:
Gabe Venberg 2025-03-17 17:58:42 +01:00
parent 54f50b92a3
commit 99df68affc

View file

@ -2,5 +2,5 @@ Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbOptions" "ctrl:nocaps"
Option "XkbOptions" "compose:menu"
Option "XkbOptions" "compose:rctrl"
EndSection