Implement toggling between layout variants

This commit is contained in:
Maximilian Friedersdorff 2025-09-12 13:00:12 +01:00
parent 9ed5201160
commit 9d4f446784
4 changed files with 14 additions and 22 deletions

View file

@ -29,7 +29,13 @@ input type:touchpad {
}
input type:keyboard {
xkb_layout gb(colemak),gb,us(colemak),us
xkb_layout gb
xkb_variant colemak
xkb_options ctrl:nocaps
}
input 1241:36:HOLDCHIP_USB_Keyboard {
xkb_layout us
xkb_variant colemak
xkb_options ctrl:nocaps
}