[sway] use caps lock as ctrl
This commit is contained in:
parent
3b5c72bf46
commit
43dfed691b
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