Added information how to make caps lock as an additional control, tested that it works

domo141 2023-03-06 23:28:06 +02:00
parent a05d8a5d84
commit 613ebd7ede

@ -194,6 +194,7 @@ User-specific settings such as symbols will be loaded from their respective dire
* Make caps lock work as escape: `xkb_options caps:escape`
* Swap escape and caps lock: `xkb_options caps:swapescape`
* Make caps lock work as control: `xkb_options ctrl:nocaps`
* Make caps lock work as additional control `xkb_options caps:ctrl_modifier`
* Swap left alt and super, *and* set caps lock to escape: `xkb_options altwin:swap_lalt_lwin,caps:escape`
Note that to trigger several options, you need to list them separated with a comma, e.g. `xkb_options caps:escape,altwin:swap_lalt_lwin`; if you instead write several `xkb_options`-lines, only the last one will take effect.