JavaScript or Jquery event handlers for "ctrl"/"shift" + mouse left button click
- by Anton
Is it possible to handle such events as:
"ctrl" + mouse left button click;
"shift" + mouse left button click;
"alt" + mouse left button click
by using JavaScript/jquery(or other framework).
If it is possible, please give a code example for it.