updating since we don't really take emails, adding links to wikis instead of built-in stuff

This commit is contained in:
2020-02-19 09:09:10 -06:00
parent f936b26c98
commit 4c8942ce48
5 changed files with 43 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
#Include, func.ahk
#Include, func.ahk
Menu, Tray, Icon, shell32.dll, 283 ; Set the tray icon to a keyboard
@@ -19,6 +19,7 @@ DocFile=Select File
Mansol=1
MJDPaste=1
CaseFormatter=1
CFmail=0
[Replacement]
JDProductNames=1
GloVar=0
@@ -625,8 +626,7 @@ Run, C:\Users\%racf%\Downloads ; Open the downloads folder on Win+J
Return
/*
This part only works for my folder structure
#w::
if WinActive("ahk_exe Explorer.EXE") ; If windows explorer is focused
{
@@ -637,4 +637,3 @@ if WinActive("ahk_exe Explorer.EXE") ; If windows explorer is focused
}
Run, C:\Users\%racf%\Documents\Work_Docs\Cases\2020-01 - 06 ; Open the documentation folder on Win+W
Return
*/