Initial commit with translated description
This commit is contained in:
7
scripts/mouse_down.sh
Normal file
7
scripts/mouse_down.sh
Normal 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"
|
||||
Reference in New Issue
Block a user