creating toolbars and menus within toolbars
-
lawrencegoodman
- Posts: 8
- Joined: Mar 1st, ’23, 16:08
Hi. I want to create a toolbar that pops up a menu or another toolbar. Is this possible? Thanks.
Set the menu shortcut in Preferences/Start Menu #1-4, for example Ctrl+Alt+X
In the other menu, create an entry, Type: Command
In the other menu, create an entry, Type: Command
Code: Select all
SendLevel 1
send ^!x ;calls Ctrl+Alt+X shortcut
SendLevel 0-
lawrencegoodman
- Posts: 8
- Joined: Mar 1st, ’23, 16:08
Fantastic. Thanks.
