mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 06:24:20 +01:00
Added information how to make caps lock as an additional control, tested that it works
parent
a05d8a5d84
commit
613ebd7ede
1
Home.md
1
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.
|
||||
|
Loading…
Reference in New Issue
Block a user