Suppressing right click pop up menu

Hello everyone!

I was hoping to be able to suppress a pop up menu in Calc, which appears when you right click the mouse, by registering a mouseclickhandler, and setting mousePressed event to false. That horribly failed. Is this even possible to be accomplished? If so, how?

Thank you in advance for any suggestioins.

Hello,

Right mouse click bring up the Context Menu. You can alter this by choosing from the menu Tools->Customize.

On the Context Menus tab (as on other tabs) you can add and delete items in all of Calc or the specific document. Just highlight an item in the right pane under Assigned Commands and the click on arrow left between the panes (this is Remove Item button).

1 Like

Once again thank you :slight_smile: