aboutsummaryrefslogtreecommitdiff
path: root/tt.jump.ahk
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2020-10-31 02:48:26 +0100
committerJohn Ankarström <john@ankarstrom.se>2020-10-31 02:48:26 +0100
commit6c365185cbb5e43a3b17e87692e9f0b979563a8f (patch)
tree03adff5c9355450bc204bab0effaabc4d2262b63 /tt.jump.ahk
parent4da8f4d29ef6b9cc688416e2c285e4ed4d83d6cf (diff)
downloadahk-6c365185cbb5e43a3b17e87692e9f0b979563a8f.tar.gz
update jump paths
Diffstat (limited to 'tt.jump.ahk')
-rw-r--r--tt.jump.ahk7
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"))