aboutsummaryrefslogtreecommitdiff
path: root/tt.jump.ahk
diff options
context:
space:
mode:
Diffstat (limited to 'tt.jump.ahk')
-rw-r--r--tt.jump.ahk6
1 files changed, 5 insertions, 1 deletions
diff --git a/tt.jump.ahk b/tt.jump.ahk
index d45a1ea..aa5232f 100644
--- a/tt.jump.ahk
+++ b/tt.jump.ahk
@@ -15,7 +15,7 @@ JumpPaths := { s: env("Sync")
#s::
ToolTip, ...
-SendInput, {Blind}{LWin Up}
+SendInput, {Blind}{LWin Up}{RWin Up}
Input, k, C L1
if (JumpPaths[k] != "")
{
@@ -25,6 +25,10 @@ if (JumpPaths[k] != "")
Run, % """" JumpPaths[k] """"
}
ToolTip
+if (GetKeyState("LWin", "P"))
+ SendInput, {Blind}{LWin Down}
+if (GetKeyState("RWin", "P"))
+ SendInput, {Blind}{RWin Down}
return
;; -> library