Does anyone have the code to create a hotkey for Clear All Marks?

Hi there! I am new to using RV and in my current package we don’t have a hotkey for clearing all marks. It is a little bit of a hinderance to have to go up to the menu for it. Does anyone have a package or the code for creating a hotkey for this?

Thanks!

Here’s how you run this from python, just bind this to your package as your desired hotkey.

import pymu
clearAllMarks = pymu.MuSymbol("rvui.clearAllMarks")
clearAllMarks()
1 Like