Shortcut for Toggle annotation visibility

Hi Community,

What are the ways to add a shortcut for Toggle annotation visibility in rv.

Thanks

Hi Arun!

You can add a hotkey to toggle annotation visibility by adding the following line to your annotate_mode.mu file. It should be in the $RV_HOME/plugins/Mu/rvrc.mu folder:

(“key-down–control–u”, showDrawingsSlot, “Show Drawings”),

Attached is a screenshot of the location where you have to add the line. Note that the example I pasted arbitrarily uses the CTRL-U hotkey, but you can replace it with whatever works for you.

I hope this helps.
Eric

Thanks @desruie

1 Like