mirror of
https://github.com/swaywm/sway.git
synced 2024-11-28 19:01:29 +00:00
Add note about having multiple keyboard configured
parent
6d15d2ce55
commit
07f563c533
14
Home.md
14
Home.md
|
@ -132,6 +132,20 @@ input <identifier> {
|
|||
}
|
||||
```
|
||||
|
||||
Nothing prevents having multiple configurations for different specific devices:
|
||||
|
||||
```
|
||||
# default layout
|
||||
input "1:1:AT_Translated_Set_2_keyboard" {
|
||||
xkb_layout us
|
||||
}
|
||||
|
||||
# custom layout for an external keyboard
|
||||
input "1452:591:Custom_Keyboard" {
|
||||
xkb_layout YourCustomLayout
|
||||
}
|
||||
```
|
||||
|
||||
See `man 5 sway-input` for a summary of the available options.
|
||||
|
||||
#### Keyboard layout
|
||||
|
|
Loading…
Reference in a new issue