Guest User

Untitled

a guest
Jan 18th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. xdotool key XF86AudioPlay
  2.  
  3. #! /bin/sh
  4.  
  5. xdotool key XF86AudioPlay
  6.  
  7. Name: test
  8. Command: simplay
  9.  
  10. Shortcut: Ctrl+Alt+R
  11.  
  12. gnome-terminal -e simplay
  13.  
  14. /bin/bash -c "sleep 1 && xdotool key XF86AudioPlay"
  15.  
  16. Name: test
  17. Command: xdotool key --clearmodifiers XF86AudioPlay
  18.  
  19. Shortcut: Ctrl+Alt+R
Add Comment
Please, Sign In to add comment