Skip to content

Instantly share code, notes, and snippets.

@canximan
Created October 10, 2019 10:42
Show Gist options
  • Save canximan/03e7d1b9794b2726b6b57a2c0eaf1fdb to your computer and use it in GitHub Desktop.
Save canximan/03e7d1b9794b2726b6b57a2c0eaf1fdb to your computer and use it in GitHub Desktop.
#!/bin/bash
while true; do
sleep 1
echo "Pressing..."
# xdotool key alt+quoteleft
sleep 2
xdotool key ctrl+Tab
sleep 1
xdotool key Return
sleep 1
xdotool click --delay 1000 --repeat 4 1
sleep 5
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment