logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Set Keyboard Layout - Control X Keyboard with setxkbmap | Online Free DevTools by Hexmos

Control keyboard layouts with setxkbmap. Easily switch between multiple keyboard layouts, variants, and options. Free online tool, no registration required.

setxkbmap

Set the keyboard using the X Keyboard Extension. More information: https://manned.org/setxkbmap.

  • Set the keyboard in French AZERTY:

setxkbmap {{fr}}

  • Set multiple keyboard layouts, their variants and switching option:

setxkbmap -layout {{us,de}} -variant {{,qwerty}} -option {{'grp:alt_caps_toggle'}}

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

  • Display help:

setxkbmap -help

See Also