setxkbmap: add complex example and available values examples (#3353)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
bc3d0291c1
commit
6d5a335b50
@@ -6,6 +6,22 @@
|
||||
|
||||
`setxkbmap {{fr}}`
|
||||
|
||||
- Set multiple keyboard layouts, their variants and switching option:
|
||||
|
||||
`setxkbmap -layout {{us,de}} -variant {{,qwerty}} -option {{'grp:alt_caps_toggle'}}`
|
||||
|
||||
- Get help:
|
||||
|
||||
`setxkbmap -help`
|
||||
|
||||
- List all layouts:
|
||||
|
||||
`localectl list-x11-keymap-layouts`
|
||||
|
||||
- List variants for the layout:
|
||||
|
||||
`localectl list-x11-keymap-variants {{de}}`
|
||||
|
||||
- List available switching options:
|
||||
|
||||
`localectl list-x11-keymap-options | grep grp:`
|
||||
|
Reference in New Issue
Block a user