Initial commit with translated description

This commit is contained in:
2026-03-29 13:18:25 +08:00
commit 4ca4dbf396
19 changed files with 803 additions and 0 deletions

7
scripts/mouse_down.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
# mouse_down.sh - Press left mouse button (no release)
export DISPLAY=:99
xdotool mousedown 1
echo "Mouse button pressed"