diff --git a/Window Move HotKeys.ahk b/AltWin-HotKeys.ahk similarity index 99% rename from Window Move HotKeys.ahk rename to AltWin-HotKeys.ahk index 9cb0ca5..240d56e 100644 --- a/Window Move HotKeys.ahk +++ b/AltWin-HotKeys.ahk @@ -68,8 +68,10 @@ Return ; End initialization ; =========================================== InitializeIcon() { - ; Set the System tray icon - Menu, Tray, Icon, AltWinHotKeys.ico + ; Set the System tray icon (should sit next to the AHK file) + if FileExist("AltWinHotKeys.ico") { + Menu, Tray, Icon, AltWinHotKeys.ico + } } InitializeMenu() {