Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: catch CTRL events in IE


Message #1 by "simon thompson" <sse@c...> on Thu, 24 Oct 2002 13:31:04
Hello, I wish to program keyboard shortcuts on my web page.  I can catch 
the keyboard events fine.  I wish to use CTRL-A and CTRL-K, etc.  Even 
after stopping bubbling and stopping the default action.  I can not stop 
IE's CTRL sequences from working.  i.e. I can catch using the keyup event 
but it still selects everything on the screen.

Any idea ?

  Return to Index