Forrest logo
back to context overview

setxkbmap

List of commands for setxkbmap:

  • setxkbmap:tldr:03d07 setxkbmap: Set multiple keyboard layouts, their variants and switching option.
    $ setxkbmap -layout ${us,de} -variant ${,qwerty} -option ${'grp:alt_caps_toggle'}
    try on your machine
    explain this command
  • setxkbmap:tldr:522bc setxkbmap: Get help.
    $ setxkbmap -help
    try on your machine
    explain this command
  • setxkbmap:tldr:59b1c setxkbmap: List variants for the layout.
    $ localectl list-x11-keymap-variants ${de}
    try on your machine
    explain this command
  • setxkbmap:tldr:65237 setxkbmap: List available switching options.
    $ localectl list-x11-keymap-options | grep grp:
    try on your machine
    explain this command
  • setxkbmap:tldr:76e1c setxkbmap: List all layouts.
    $ localectl list-x11-keymap-layouts
    try on your machine
    explain this command
back to context overview