Page 1 of 1

creating toolbars and menus within toolbars

Posted: Jul 21st, ’23, 17:22
by lawrencegoodman
Hi. I want to create a toolbar that pops up a menu or another toolbar. Is this possible? Thanks.

Re: creating toolbars and menus within toolbars

Posted: Jul 21st, ’23, 18:01
by Marko
Set the menu shortcut in Preferences/Start Menu #1-4, for example Ctrl+Alt+X
In the other menu, create an entry, Type: Command

Code: Select all

SendLevel 1
send ^!x  ;calls Ctrl+Alt+X shortcut
SendLevel 0

Re: creating toolbars and menus within toolbars

Posted: Jul 21st, ’23, 20:17
by lawrencegoodman
Fantastic. Thanks.