summaryrefslogtreecommitdiff
path: root/_windows
diff options
context:
space:
mode:
Diffstat (limited to '_windows')
-rw-r--r--_windows/ahk/capslock.ahk2
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