Created
October 13, 2024 17:42
-
-
Save Vaelatern/ea7de37524db4bc9565531d26651a3be to your computer and use it in GitHub Desktop.
Play With Keybord.... or a script!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Row Row Row Your Boat | |
| # Executable if you load one of these youtube videos https://www.youtube.com/@PlayWithKeyboard/videos | |
| # "Play $TOOL using keyboard number keys" | |
| xdotool sleep 1 | |
| xdotool sleep 1 | |
| xdotool key 1 sleep 0.75 | |
| xdotool key 1 sleep 0.75 | |
| xdotool key 1 sleep 0.75 | |
| xdotool key 2 sleep 0.3 | |
| xdotool key 3 sleep 0.75 | |
| xdotool key 3 sleep 0.75 | |
| xdotool key 2 sleep 0.3 | |
| xdotool key 3 sleep 0.75 | |
| xdotool key 4 sleep 0.3 | |
| xdotool key 5 sleep 0.75 | |
| xdotool key 8 sleep 0.75 | |
| xdotool key 8 sleep 0.3 | |
| xdotool key 5 sleep 0.75 | |
| xdotool key 5 sleep 0.3 | |
| xdotool key 3 sleep 0.75 | |
| xdotool key 3 sleep 0.3 | |
| xdotool key 1 sleep 0.75 | |
| xdotool key 1 sleep 0.3 | |
| xdotool key 5 sleep 0.75 | |
| xdotool key 4 sleep 0.3 | |
| xdotool key 3 sleep 0.75 | |
| xdotool key 2 sleep 0.3 | |
| xdotool key 1 sleep 0.75 | |
| xdotool key space |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment