javascript thread: catch CTRL events in IE
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 ?
|





