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:
parent
bc3d0291c1
commit
6d5a335b50
1 changed files with 16 additions and 0 deletions
|
@ -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:`
|
||||
|
|
Loading…
Add table
Reference in a new issue