1. Set the keyboard in French AZERTY: # setxkbmap fr 2. Set multiple keyboard layouts, their variants and switching option: # setxkbmap -layout us,de -variant ,qwerty -option 'grp:alt_caps_toggle' 3. Get help: # setxkbmap -help 4. List all layouts: # localectl list-x11-keymap-layouts...