- Request a pref be created (1-4) that would allow to quickly set which mouse click would invoke the context menu.
- 5/17/2007
- overlay.js, prefs
- The option to move the Custom Button Menu to alternate locations such as a submenu or middle click and etc would be a great option.
- Code: Select all
this.custombutton.setCBMenu(subMenu,context); // Moves CB Menu to submenu of the right-click
this.custombutton.setCBMenu(subMenu,menu-button); // Moves CB Menu to submenu of a Menu-button's main menu
this.custombutton.setCBMenu(subMenu,menu); // Moves CB Menu to submenu of a button-menu's main menu
this.custombutton.setCBMenu(middleClick); // Moves CB Menu to the middle-click
this.custombutton.setCBMenu(shiftKey); // Moves CB Menu to the shift-click
- This is a tall order but would make for moving the CB Menu around a much easier task.

