2022-04-15 11:08:47 +02:00
|
|
|
# My preferred keyboard configuration
|
|
|
|
|
|
|
|
# alt-shift changes layout, both shifts together are caps lock, caps lock is
|
|
|
|
# backspace (colemak style), nbsp is compose+space, compose is menu.
|
|
|
|
# I am not sure Wayland recognises terminate, but here it is anyway.
|
|
|
|
|
2022-04-15 08:34:01 +02:00
|
|
|
input "type:keyboard" {
|
2022-04-15 11:08:47 +02:00
|
|
|
xkb_layout fi,us,epo,ru
|
|
|
|
xkb_variant ,altgr-intl,,phonetic_winkeys
|
2022-04-14 21:18:22 +02:00
|
|
|
xkb_numlock enable
|
2022-04-15 11:08:47 +02:00
|
|
|
xkb_options grp:alt_shift_toggle,shift:both_capslock,caps:backspace,nbsp:none,terminate:ctrl_alt_bksp,compose:menu
|
2022-04-14 21:18:22 +02:00
|
|
|
}
|