| Detect ctrl+click with javascript
|
ggrot

msg:1479934 | 7:21 pm on May 26, 2006 (gmt 0) | Is it possible to detect any key modifiers in conjunction with a click through javascript? For example cntrl+click, or alt+click, or shift+click. I've had no luck looking around. Any ideas would be great.
|
Dijkgraaf

msg:1479935 | 5:55 am on May 28, 2006 (gmt 0) | Yes it is possible, I've done it. Do a search for "Javascript key detection ctrl" and you will find some examples. Edit. I think I misread the question, I was thinking of key press examples rather than clicking on links with a key depressed. However it did bring up the following [quirksmode.org...] which is probably what you are after.
|
|
|