Is there a simple solution without jquery, inside HTML-tags to catch a CTRL+Mouseclick?
It could look like this:
<a href="#" onclick="if(ctrl_is_pressed()) alert('CTRL+Mouseclick');">X</a>
Is there a simple solution without jquery, inside HTML-tags to catch a CTRL+Mouseclick?
It could look like this:
<a href="#" onclick="if(ctrl_is_pressed()) alert('CTRL+Mouseclick');">X</a>