I am in a situation where I have to detect that the control key is pressed or not while dragging an object in JavaScript. If the control key is pressed then I need to perform some other action.
Can someone help me out on this?
I am in a situation where I have to detect that the control key
Share
Check
event.ctrlKey.