Can you prevent access to the context menu when editing a TreeItem?

Godot Version

4.4 Stable

Question

When editing a TreeItem, the user will be able to right click and get a context menu with lots off features. I can’t find any information about how i can

  • prevent the context menu
  • limit the options of the context menu

In practise i just want the user to be able to rename it, with the keyboard. No context menu, no smilies, not RTL control etc.

Would love if someone had a hint for me where to look. This must be easy.