You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: TRY to catch all empty hotkeys to avoid errors at startup
Change: Double click on an "editor" in Configure Editors listview now opens modify window
Change: Settings - replace Radio controls for Esc/Win with DropDownLists (not thoroughly tested)
Fix: WinMin/Hide/Maximize and Sleep function should work better (or again)
Fix: additional check to prevent Modify Gui throwing "The same variable cannot be used for more than one control" error; modify window now always on top of editors window (); sysmenu removed
New: TRY, catch -> revert to standard editor if defined editor can not be found, show notification using OSDTIP_Pop() for both F4MiniMenu and F4TCIE
New: support %windir%, %A_ScriptDir% and other path variables (see list "Path variables" in readme.md) #25
New: Filtered foreground Menu - setting to launch program directly if only one program is found #26
New: Global setting MaxWinWaitSec to prevent stalling F4MM
Fix: INI when reading a global setting as "Error" set as empty (lib\iob.ahk)