parent
bf7e5cc831
commit
3fc69bdbd9
@ -1,3 +1,13 @@
|
|||||||
|
; Replace with the pat to Explorer++
|
||||||
|
; https://explorerplusplus.com/
|
||||||
#e::run, "A:\Programs\ExplorerPP\Explorer++.exe"
|
#e::run, "A:\Programs\ExplorerPP\Explorer++.exe"
|
||||||
|
|
||||||
|
; Replace with the path to Everything
|
||||||
|
; https://www.voidtools.com/
|
||||||
#s::run, "A:\Programs\Everything\Everything.exe"
|
#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
|
#NoTrayIcon
|
||||||
|
@ -0,0 +1,13 @@
|
|||||||
|
; 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
|
Loading…
Reference in new issue