MoI discussion forum
MoI discussion forum

Full Version: Installing Custom UI

Show messages: All  1-3  4-6

From: Mindset (IGNITER)
21 Jul   [#4] In reply to [#2]
Michael,

There are some buttons in the Custom UI that display menus,

Is there a way to display these menus using shortcut keys rather than the Custom UI buttons?

Image Attachments:
2024-07-21_22-04-43.jpg 


From: Michael Gibson
22 Jul   [#5] In reply to [#4]
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
From: Mindset (IGNITER)
22 Jul   [#6] In reply to [#5]
This works great!
Bravissimo

Show messages: All  1-3  4-6