 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
quikquak Guest
|
Posted: Thu Apr 19, 2007 4:02 pm Post subject: Open main window from tray menu |
|
|
I would like to define a tray menu without the standard items, so I say “menu, tray, nostandard.”
How can I rebuild the open-command?
Edit for example is easy, just define
| Code: | menu, tray, add, Edit, editscript
editscript:
edit
return |
But how can I open the main window? |
|
| Back to top |
|
 |
Markus M.
Joined: 17 Apr 2007 Posts: 14 Location: Stuttgart (Ger)
|
Posted: Thu Apr 19, 2007 4:26 pm Post subject: |
|
|
| Code: |
menu, tray, add, Open, OpenAHK
OpenAHK:
ListLines ; shows the Autohotkey window
return
|
 |
|
| Back to top |
|
 |
quikquak Guest
|
Posted: Thu Apr 19, 2007 4:37 pm Post subject: |
|
|
| Thanks!!! |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|