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
1 changed files with 1 additions and 1 deletions

View File

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