Show how you can set keyboard layout variants per layout (#559)

This commit is contained in:
Marek Vrbka 2024-03-28 03:08:52 +01:00 committed by GitHub
parent b5fda3fe8e
commit eadd63151c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -10,11 +10,14 @@ example:
```
input {
kb_layout = us,pl
kb_layout = us,cz
kb_variant = ,qwerty
kb_options = grp:alt_shift_toggle
}
```
Variants are set per layout.
{{< callout >}}
The first layout defined in the input section will be the one used for binds by default.