Disable right click menu for context menu event. [Perspective 8.0.9]

Not through Perspective as of right now. There is a simple Javascript command you could run ( document.body.setAttribute("oncontextmenu", "return false"); ) from within the browser’s console, but Perspective doesn’t have access to that part of the browser.

2 Likes