summaryrefslogtreecommitdiff
path: root/_windows
diff options
context:
space:
mode:
authorkkard2 <[email protected]>2025-07-11 13:18:50 +0200
committerkkard2 <[email protected]>2025-07-11 13:18:50 +0200
commit665fa391e9c0d70970247af7a640f96630bfa180 (patch)
tree56229125e707493f0dc4e5c06ebc41ad299ba4ee /_windows
parent03131863bc2ea969e562adc9b8f2952165613528 (diff)
surely that's enough
Diffstat (limited to '_windows')
-rw-r--r--_windows/ahk/capslock.ahk5
1 files changed, 3 insertions, 2 deletions
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