From 665fa391e9c0d70970247af7a640f96630bfa180 Mon Sep 17 00:00:00 2001 From: kkard2 Date: Fri, 11 Jul 2025 13:18:50 +0200 Subject: surely that's enough --- _windows/ahk/capslock.ahk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '_windows/ahk') diff --git a/_windows/ahk/capslock.ahk b/_windows/ahk/capslock.ahk index 56a8cdd..a207088 100644 --- a/_windows/ahk/capslock.ahk +++ b/_windows/ahk/capslock.ahk @@ -32,10 +32,11 @@ HarpoonRun(winTitle) { WinActivate windows[HarpoonLastWindowIndex + 1] } -; visual studio being stupid HarpoonRunAndClick(winTitle) { HarpoonRun(winTitle) - MouseClick("left", 100, 0) + CoordMode "Mouse" + ; don't judge me for that, visual studio tweaks out a lot when interacting with ahk + MouseClick("left", A_ScreenWidth - 300, 10) } CapsLock::LCtrl -- cgit v1.3.1