Set InfoStrip on by default

Hey @Pareidolia,

Are you talking about the built-in info strip or the shift + i info strip?

You can set up a Custom Hotkey in your .rvrc.mu or rvrv.py file:

    bind("source-group-complete", toggleInfo, "Toggle info widget via event");

Note that the info strip will appear after the sources are loaded. You can technically bind on any event, though I find that source-group-complete event might work the best in this case. You can also check out the internal events here.

If you’re looking to set up the SG info menu, add a hotkey above and also take a look at this Custom SG Info strip thread!

Cheers,
Alexa

1 Like