setxkbmap: add complex example and available values examples (#3353)

This commit is contained in:
PrimaMateria
2019-10-11 20:58:42 +02:00
committed by Starbeamrainbowlabs
parent bc3d0291c1
commit 6d5a335b50

View File

@@ -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:`