Add Ctrl keypress for hyperlinks

Add Ctrl keypress for hyperlinks

We have hyperlinks that reside in a tab solution.
These hyperlinks are coming from a different domain.

If the user clicks these cross site domain links, an error occurs.
If the user holds down the Ctrl key, the links will open correctly.

Is there a way via some js/jQuery code we can add or implement the Ctrl key press action on all hyperlinks for a specific DIV.

Thank you!