I want to use a shortcut with Ctrl+LeftMouseClick in a React project.
It works fine on my Mac with Chrome but in Firefox the shortcut triggers the right mouse click (event.button = 2). I think this is because of the MacOS Right Click function with Ctrl+LeftMouse Click.
But why does it work in Chrome and how could I get it to work in Firefox, too?