Hi Mindset,
re:
> Is there a way to display these menus using shortcut keys rather than the Custom UI buttons?
Try setting this up for the "Command" part of the shortcut key:
script: moi.ui.showMenu( 'moi://appdata/customui/Scripts.menu.htm', moi.ui.commandBar.CommandBarCustomUI, 0, 0 );
script: moi.ui.showMenu( 'moi://appdata/customui/ScriptsFull.menu.htm', moi.ui.commandBar.CommandBarCustomUI, 0, 0 );
I don't seem to have a Shortcuts button over here, if you can find the .js file for it in your startup folder, look for a line like this that will contain the URL to use for the first parameter to moi.ui.showMenu():
var menu = "moi://appdata/customui/ScriptsFull.menu.htm";
- Michael
|