About 55 results
Open links in new tab
  1. Launch Gui script and stay in system tray until clicking

    Aug 14, 2019 · Re: Launch Gui script and stay in system tray until clicking by loek6000 » Tue Oct 10, 2023 4:30 pm I give it another try, this is the code which i want to use, but stripped down. When i …

  2. How to programmatically open system tray menu? - AutoHotkey

    Jan 17, 2020 · The system tray menu is opened but I can't navigate with the arrow keys (thought this would be possible). If I open the system tray menu with #B (Windows+B) and then Enter, it is …

  3. Open Novell Tray from system tray - AutoHotkey Community

    Jul 27, 2021 · How can I open Novell tray from system tray? Exact procedure should be: - Open system Tray, - Right click on NWtray icon (Should be nwtray.exe, but it can be started elswhere, only in …

  4. Can AHK open those windows minimized in sys-tray?

    Mar 30, 2006 · Page 1 of 2 - Can AHK open those windows minimized in sys-tray? - posted in Ask for Help: Hi, I am a new to AHK and this forum.

  5. How to programmatically open system tray menu? - AutoHotkey

    Jan 3, 2023 · The system tray menu is opened but I can't navigate with the arrow keys (thought this would be possible). If I open the system tray menu with #B (Windows+B) and then Enter, it is …

  6. Using the Program | AutoHotkey v2

    Right-click the tray icon to show the tray menu, which has the following options by default: Open - Open the script's main window. Help - Open the AutoHotkey offline help file. Window Spy - Launch Window …

  7. Simple minimize to tray - Scripts and Functions - AutoHotkey

    Sep 6, 2008 · Simple minimize to tray - posted in Scripts and Functions: The easiest way to minimize your gui to the system tray? OnMessage(0x112, WM_SYSCOMMAND) Return …

  8. Frequently Asked Questions (FAQ) | AutoHotkey v2

    Frequently Asked Questions (FAQ) Table of Contents General Troubleshooting What can I do if AutoHotkey won't install? How do I restore the right-click context menu options for .ahk files? Why …

  9. Menu/MenuBar Object - Methods & Properties | AutoHotkey v2

    The default item for the tray menu is initially &Open, if present. Adding &Open to the tray menu by calling AddStandard or changing A_AllowMainWindow also causes it to become the default item if …

  10. Menu - Syntax & Usage | AutoHotkey v1

    This mode is the default for scripts which are neither compiled nor embedded. NoMainWindow Prevents the main window from being opened via the tray icon. Menu, Tray, NoMainWindow This sub …