Add script for GW2 dodge jumping
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
0fcf602097
commit
e92703efe4
2 changed files with 4 additions and 0 deletions
2
system/.local/bin/dodge-jump
Executable file
2
system/.local/bin/dodge-jump
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
xdotool keydown 65 && xdotool mousedown 2 && xdotool keyup 65 && xdotool mouseup 2
|
Loading…
Add table
Add a link
Reference in a new issue