Open Novell Tray from system tray

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
msavli
Posts: 2
Joined: 26 Jul 2021, 04:21
Contact:

Open Novell Tray from system tray

Post by msavli » 26 Jul 2021, 04:41

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 system tray)
- Click on OES May Network drive.

Thanks
Attachments
_nw_tray_icon.png
_nw_tray_icon.png (28.54 KiB) Viewed 186 times

colt
Posts: 291
Joined: 04 Aug 2014, 23:12
Location: Portland Oregon

Re: Open Novell Tray from system tray

Post by colt » 26 Jul 2021, 09:54

Use keyboard shortcuts found here https://superuser.com/questions/105773/how-to-access-the-system-tray-using-the-keyboard to navigate the menu to your command.
Then make a script that does those shortcuts for you. Finally assign it a hotkey.

gregster
Posts: 8885
Joined: 30 Sep 2013, 06:48

Re: Open Novell Tray from system tray

Post by gregster » 26 Jul 2021, 10:30

This might help with clicking the tray icon: https://www.autohotkey.com/boards/viewtopic.php?f=6&t=1229 (TrayIcon lib)
:arrow: TrayIcon_Button() function

msavli
Posts: 2
Joined: 26 Jul 2021, 04:21
Contact:

Re: Open Novell Tray from system tray

Post by msavli » 27 Jul 2021, 05:30

TrayIcon library work super.
Thanks

Post Reply

Return to “Ask for Help (v1)”