From 6b8657cdf44d5ff8a411344dc44d460a77ffd2b5 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 25 Dec 2020 18:00:03 -0500 Subject: [PATCH] Removed RemapWinE+WinS as this was renamed and not deleted. --- autohotkey/RemapWinE+WinS.ahk | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 autohotkey/RemapWinE+WinS.ahk diff --git a/autohotkey/RemapWinE+WinS.ahk b/autohotkey/RemapWinE+WinS.ahk deleted file mode 100644 index c9bf44b..0000000 --- a/autohotkey/RemapWinE+WinS.ahk +++ /dev/null @@ -1,13 +0,0 @@ -; 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