Implement toggling between layout variants
This commit is contained in:
parent
9ed5201160
commit
9d4f446784
4 changed files with 14 additions and 22 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue