Add script for GW2 dodge jumping

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2022-05-09 21:54:31 +02:00
parent 0fcf602097
commit e92703efe4
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
2 changed files with 4 additions and 0 deletions

2
system/.local/bin/dodge-jump Executable file
View file

@ -0,0 +1,2 @@
#!/usr/bin/env bash
xdotool keydown 65 && xdotool mousedown 2 && xdotool keyup 65 && xdotool mouseup 2