Skip to content

Instantly share code, notes, and snippets.

@marco-souza
Last active April 12, 2019 12:18
Show Gist options
  • Save marco-souza/822eda59f213c7d741bc305e8bed28e4 to your computer and use it in GitHub Desktop.
Save marco-souza/822eda59f213c7d741bc305e8bed28e4 to your computer and use it in GitHub Desktop.
xdotool

xdotool - tool to fake system inputs.

Some commands using xdotool

play/pause

  • xdotool key XF86AudioPlay

previous/next

  • xdotool key XF86AudioPrev
  • xdotool key XF86AudioNext

volume down/up

  • xdotool key XF86AudioLowerVolume
  • xdotool key XF86AudioRaiseVolume

mute

  • xdotool key XF86AudioMute
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment