3 examples for setxkbmap

{{ score }}
  # Remaps the capslock key to act like the super (windows) key
setxkbmap -option caps:super
        
{{ score }}
  # Enable typing of accented characters on a logitech english keyboard.
setxkbmap -model logitech_base -layout us -variant altgr-intl
        
{{ score }}
  # Query the current settings
setxkbmap -query