Add files via upload

This commit is contained in:
Steve Zabka
2022-02-09 10:00:50 +01:00
committed by GitHub
parent 64f0f24267
commit 3aafe3595f
6 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/bash
xdotool getactivewindow && xdotool mousemove 1812 181 click 1

View File

@@ -0,0 +1,3 @@
#!/bin/bash
xdotool getactivewindow && xdotool mousemove 1825 230 click 1

View File

@@ -0,0 +1,3 @@
#!/bin/bash
xdotool getactivewindow && xdotool mousemove 1888 228 click 1

View File

@@ -0,0 +1,3 @@
#!/bin/bash
xdotool getactivewindow && xdotool mousemove 1858 209 click 1

View File

@@ -0,0 +1,3 @@
#!/bin/bash
xdotool getmouselocation

View File

@@ -0,0 +1,3 @@
#!/bin/bash
xdotool getactivewindow && xdotool keydown $1 && xdotool keyup $1