VBF and Interactive Render hotkeys

is there any way to assign show VBF and run Interactive render on hotkeys?

solved

macroScript CoronaVBF category:“Corona”
(
CoronaRenderer.CoronaFp.showVfb(true)
)

macroScript CoronaStartInteractive category:“Corona”
(
CoronaRenderer.startInteractive()
)