From 613ebd7ede29c5a66b4e235aab933d19f8a0afb2 Mon Sep 17 00:00:00 2001 From: domo141 Date: Mon, 6 Mar 2023 23:28:06 +0200 Subject: [PATCH] Added information how to make caps lock as an additional control, tested that it works --- Home.md | 1 + 1 file changed, 1 insertion(+) 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.