[sway] use caps lock as ctrl
This commit is contained in:
parent
f041e90d75
commit
1e4e1442d3
1 changed files with 10 additions and 0 deletions
10
sway/config.d/keyboard.conf
Normal file
10
sway/config.d/keyboard.conf
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
### Input configuration
|
||||||
|
#
|
||||||
|
# You can get the names of your inputs by running: swaymsg -t get_inputs
|
||||||
|
# Read `man 5 sway-input` for more information about this section.
|
||||||
|
# xkb_options caps:ctrl_modifier
|
||||||
|
input type:keyboard {
|
||||||
|
xkb_layout "fr,us"
|
||||||
|
xkb_variant "azerty"
|
||||||
|
xkb_options caps:ctrl_modifier
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue