You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
358 B
14 lines
358 B
4 years ago
|
; Replace with the pat to Explorer++
|
||
|
; https://explorerplusplus.com/
|
||
|
#e::run, "A:\Programs\ExplorerPP\Explorer++.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
|