fix layout instead of kb_layout (#82)

This commit is contained in:
Flafy 2022-12-18 00:41:47 +02:00 committed by GitHub
parent 1f509d6f13
commit 492fd71551
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -117,7 +117,7 @@ Sets the xkb layout index for a keyboard.
For example, if you set: For example, if you set:
```ini ```ini
device:my-epic-keyboard-v1 { device:my-epic-keyboard-v1 {
layout=us,pl,de kb_layout=us,pl,de
} }
``` ```