14 lines
339 B
AutoHotkey
14 lines
339 B
AutoHotkey
; Replace with the pat to dopus
|
|
; dopus
|
|
#d::run, "A:\Programs\GPSoftware\Directory Opus\dopus.exe"
|
|
|
|
; Replace with the path to Everything
|
|
; https://www.voidtools.com/
|
|
#s::run, "A:\Programs\Everything\Everything.exe"
|
|
|
|
; This simply starts Windows Terminal
|
|
#t::run, wt
|
|
|
|
; Kill AutoHotKey from task manager if you need to stop it
|
|
#NoTrayIcon
|