Default Context Menu Customisation
-
Is it possible to modify (add to) the default main context menu (upon right click). It would be usful to have some basic edit commands selectable from this after a right click is invoked, instead of having to select a toolbar for instance.
-
i think its possible through ruby (and if it is it certainly wouldnt be very hard.) I havent done it myself though, so i'll wait for someone who knows what theyre doing to explain the process.
-
Many tools are context specific and only use that menu to run from.
For a tour de force of adding commands see my [old] ContextMenuMenus.rb which adds all [now=most?] of the available send action tools to the context menu in sub-menus... it's attached...ContextMenuMenus.rb
-
Thanks TIG, it works great.
I have abridged the script to display just a shortened Tools
section on the cascade menu from the context menu directly.
Incidentally how would you position this new menu item at the
top of the context menu?Kind Regards
Syd -
@syd_uk said:
Thanks TIG, it works great.
I have abridged the script to display just a shortened Tools section on the cascade menu from the context menu directly.
Incidentally how would you position this new menu item at the top of the context menu?
SydYou can't place a custom menu above the standard ones, BUT to get it as near as possible to the top of the custom list you can give the rb file a name that loads before the others [they load alphanumerically] - so for example
###myscript.rbwill load ahead of any others... -
Thanks TIG
Syd
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better đź’—
Register LoginAdvertisement