mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
Show how you can set keyboard layout variants per layout (#559)
This commit is contained in:
parent
b5fda3fe8e
commit
eadd63151c
1 changed files with 4 additions and 1 deletions
|
@ -10,11 +10,14 @@ example:
|
||||||
|
|
||||||
```
|
```
|
||||||
input {
|
input {
|
||||||
kb_layout = us,pl
|
kb_layout = us,cz
|
||||||
|
kb_variant = ,qwerty
|
||||||
kb_options = grp:alt_shift_toggle
|
kb_options = grp:alt_shift_toggle
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Variants are set per layout.
|
||||||
|
|
||||||
{{< callout >}}
|
{{< callout >}}
|
||||||
|
|
||||||
The first layout defined in the input section will be the one used for binds by default.
|
The first layout defined in the input section will be the one used for binds by default.
|
||||||
|
|
Loading…
Reference in a new issue