Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. # xdotool - tool to fake system inputs.
  2.  
  3. Some commands using `xdotool`
  4.  
  5. ## play/pause
  6.  
  7. - `xdotool key XF86AudioPlay`
  8.  
  9. ## previous/next
  10.  
  11. - `xdotool key XF86AudioPrev`
  12. - `xdotool key XF86AudioNext`
  13.  
  14. ## volume down/up
  15.  
  16. - `xdotool key XF86AudioLowerVolume`
  17. - `xdotool key XF86AudioRaiseVolume`
  18.  
  19. ## mute
  20.  
  21. - `xdotool key XF86AudioMute`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement