diff options
author | John Ankarström <john@ankarstrom.se> | 2020-10-31 02:48:26 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2020-10-31 02:48:26 +0100 |
commit | 6c365185cbb5e43a3b17e87692e9f0b979563a8f (patch) | |
tree | 03adff5c9355450bc204bab0effaabc4d2262b63 | |
parent | 4da8f4d29ef6b9cc688416e2c285e4ed4d83d6cf (diff) | |
download | ahk-6c365185cbb5e43a3b17e87692e9f0b979563a8f.tar.gz |
update jump paths
-rw-r--r-- | tt.jump.ahk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tt.jump.ahk b/tt.jump.ahk index 4ad0d40..0a1fe3c 100644 --- a/tt.jump.ahk +++ b/tt.jump.ahk @@ -2,10 +2,11 @@ JumpPaths := { s: env("Sync") , w: env("Sync") "\Projekt\john.ankarstrom.se\htdocs" + , g: env("Sync") "\Projekt\git" , e: env("Personal") , d: env("Personal") "\Downloads" - , b: "C:\Program Files\KM-Goanna\k-meleon.exe" - , m: "C:\Program Files\Mozilla Thunderbird\thunderbird.exe" } + , m: env("Personal") "\MP3" + , p: env("Personal") "\My Pictures" } ;; -> body @@ -14,7 +15,7 @@ JumpPaths := { s: env("Sync") #s:: ToolTip, ... SendInput, {Blind}{LWin Up} -Input, k, L1 +Input, k, C L1 if (JumpPaths[k] != "") { if (InStr(FileExist(JumpPaths[k]), "D")) |