diff options
| author | kkard2 <[email protected]> | 2025-07-11 13:33:54 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2025-07-11 13:33:54 +0200 |
| commit | 91356bcd4f168b93cacc6b6503bc656ffc94e583 (patch) | |
| tree | 4c99ffe8ff8f2d21f95d70b2ea518efd13ceb56e /_windows | |
| parent | 665fa391e9c0d70970247af7a640f96630bfa180 (diff) | |
no i wasn't satisfied
Diffstat (limited to '_windows')
| -rw-r--r-- | _windows/ahk/capslock.ahk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_windows/ahk/capslock.ahk b/_windows/ahk/capslock.ahk index a207088..0c775ee 100644 --- a/_windows/ahk/capslock.ahk +++ b/_windows/ahk/capslock.ahk @@ -36,7 +36,9 @@ HarpoonRunAndClick(winTitle) { HarpoonRun(winTitle) CoordMode "Mouse" ; don't judge me for that, visual studio tweaks out a lot when interacting with ahk + MouseGetPos(&xpos, &ypos) MouseClick("left", A_ScreenWidth - 300, 10) + MouseMove(xpos, ypos) } CapsLock::LCtrl |
