Click to See Complete Forum and Search --> : Key Board Interaction


Gaming Kingdom
03-28-2003, 03:40 PM
I want a user to be able to click a button or link or image link but only being able to do so when they are holding some keys down.
E.G. Shift+Ctrl+Left click on a link to access it.

I dont want them to just click it to access the page.
Can any one help?

khalidali63
03-28-2003, 04:47 PM
Keycode values
for shift = 16
forctrl = 17

Check this slink out

http://www.din.or.jp/~hagi3/JavaScript/JSTips/Mozilla/Samples/KeyEvent.htm

Hope this helps

Cheers

Khalid