diff --git a/Home.md b/Home.md index 904e4fb..2bf0765 100644 --- a/Home.md +++ b/Home.md @@ -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.