summaryrefslogtreecommitdiff
path: root/space-ahk
blob: f13d173bb8976af29fefd1a10a2c553ae3db8446 (plain)
1
2
3
4
5
6
#!/usr/bin/env bash

while true; do
	xdotool key space
	sleep 0.1
done