2020-01-02 00:04:35 +00:00
|
|
|
# Set Layout
|
|
|
|
|
|
|
|
Set layout to British English.
|
|
|
|
|
|
|
|
> setxkbmap -layout gb
|
|
|
|
|
2021-05-15 14:41:45 +00:00
|
|
|
Or Polish with:
|
|
|
|
|
|
|
|
> setxkbmap -layout pl
|
|
|
|
|
2020-01-02 00:04:35 +00:00
|
|
|
| Language | short |
|
|
|
|
|:--------|:------|
|
|
|
|
| Polish | pl |
|
|
|
|
| Serbian | rs |
|
|
|
|
|
|
|
|
Set 'alt + shift', as the command which cycles through the British English, Polish and Serbian keyboard layout.
|
|
|
|
|
|
|
|
> setxkbmap -layout gb,pl,rs -option grp:alt_shift_toggle
|
|
|
|
|