14 lines
233 B
Plaintext
14 lines
233 B
Plaintext
### Input configuration
|
|
#
|
|
# Example configuration:
|
|
|
|
# input type:keyboard {
|
|
# xkb_layout "eu"
|
|
# }
|
|
|
|
input type:keyboard {
|
|
xkb_layout "us,ru"
|
|
xkb_variant "colemak,winkeys"
|
|
xkb_options "grp:shifts_toggle,grp_led:caps"
|
|
}
|