Skip to content

Releases: JoyHak/Flow-Launcher-windows-key

1.2

16 Mar 18:48

Choose a tag to compare

  • Added automatic removal of any script references from AutoStartup on first run. If you run .ahk and then .exe you will no longer have .ahk and .exe running at the same time and disrupting your work.
    All versions of the script can be forcibly removed from autostartup by disabling the “Enable AutoStartup” option in the tray menu.
  • The binaries have been compressed by UPX to slightly increase key response speed.
    Tested on a big personal script with Libs\TapHoldManager.ahk.

Flow 1.1

09 Mar 09:23
e0fd17b

Choose a tag to compare

Changelog

  • Alt+Enter key now only works in the search box (thanks to SneakPeak8895 from FL discord)
  • New toggles have been added to ShowTargets Tray menu:
    • The current menu will remain/disappear after clicking on the link.
    • The previous menus will remain/disappear on the screen.

Code features

  • Added the ability to restart the script in the Notepad++. The default hotkey is Ctrl+S, which allows you to change and compile the script on the fly when running an uncompiled script.

  • Added compilation directives. Just specify the version once in the filename.

The version is taken from the filename due to directive restrictions: FlowHotkeys-1.1.ahk

  • Added info about Tray toggles via TrayTip. Notifications are rare and the script handles them silently if possible. However, you can remove them completely by disabling notifications in the system.

Flow 1.0

08 Mar 18:27
e2917ad

Choose a tag to compare

Update README.md