1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:05:59 +02:00

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