diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-11 09:21:30 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-11 09:21:30 +0900 |
| commit | 637eaf89ba69d8e4ff49d3d5253f1f97ffb0c86c (patch) | |
| tree | a286c6ee22fabb20ef7501fad05d88d751adca35 /ar/.local/bin/xdotmouse | |
| parent | 59ef85d49f91e8588885f575f8f9238c0eccd8b2 (diff) | |
modified bin/gitupdate, modified bin/xdotmouse
Diffstat (limited to 'ar/.local/bin/xdotmouse')
| -rwxr-xr-x | ar/.local/bin/xdotmouse | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ar/.local/bin/xdotmouse b/ar/.local/bin/xdotmouse index 08c8226..43e1a0d 100755 --- a/ar/.local/bin/xdotmouse +++ b/ar/.local/bin/xdotmouse @@ -1,13 +1,13 @@ #!/bin/sh -speed="5" +speed="10" case "$1" in h) xdotool mousemove_relative -- -$speed 0 ;; j) xdotool mousemove_relative 0 $speed ;; k) xdotool mousemove_relative -- 0 -$speed ;; l) xdotool mousemove_relative $speed 0 ;; -c) xdotool click 1 ;; -C) xdotool click --repeat 1 ;; -r) xdotool click 2 ;; +c) xdotool click --clearmodifiers 1 ;; +C) xdotool click --clearmodifiers --repeat 2 1 ;; +m) xdotool click --clearmodifiers 2 ;; esac |
