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, 6 insertions, 0 deletions
diff --git a/tt.jump.ahk b/tt.jump.ahk
index b551186..b5c0f5a 100644
--- a/tt.jump.ahk
+++ b/tt.jump.ahk
@@ -9,13 +9,19 @@ JumpPaths := { s: env("Sync")
, m: env("UserProfile") "\Music"
, p: env("UserProfile") "\Pictures" }
+DisableHotkeys := false
+
;; -> body
+#If !DisableHotkeys
#e::OpenExplorer("::{20D04FE0-3AEA-1069-A2D8-08002B30309D}")
+#If
#s::
ToolTip, ...
+DisableHotkeys := true
Input, k, M C L1
+DisableHotkeys := false
if (JumpPaths[k] != "")
{
if (InStr(FileExist(JumpPaths[k]), "D"))