This example shows how to use the right mouse modifier. This example specifically shows that the right modifier does not work with the click event. Instead, it works with the contextmenu event.

onclick event with right modifier
Click in this area with the right mouse button.
oncontextmenu with right modifier
Click in this area with the right mouse button.