Installing Custom UI
All  1-3  4-6

Previous
Next
 From:  Mindset (IGNITER)
11472.4 In reply to 11472.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?

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
11472.5 In reply to 11472.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
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  Mindset (IGNITER)
11472.6 In reply to 11472.5 
This works great!
Bravissimo
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All

 

 
 
Show messages: All  1-3  4-6