index
:
scripts.git
master
collection of my scripts
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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