I'm using the Right Click Opens Link New Tab Correct Order chrome extension, it allows me to right-click on links to directly open them in a new tab.
To get the context menu, I have to right-click while holding the Shift key, but I want to use Alt instead, i.e. Alt + Right Click to open the context menu.
I have tried the following hotkeys, they all failed:
!RButton::+RButton
!RButton::Send +{RButton}
!RButton::Send +{Click Right}
The only hotkey that works is this:
Alt::Shift
But it will break shortcuts like Alt+Tab etc. Is there a way to achieve this without unintended side effects?