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

11
scripts/mouse_up.sh Normal file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
# mouse_up.sh - Release left mouse button
export DISPLAY=:99
xdotool mouseup 1
echo "Mouse button released"
# Auto-screenshot after action
sleep 2
exec "$(dirname "$0")/screenshot.sh"