There is a webapp which uses Java/ActiveX and it gladly accepts most keyboard shortcuts, but IE will intercept certain ones like F3 and Ctrl+Shift+F. Can those be changed or disabled in some setting or file somwhere?

link|improve this question

69% accept rate
feedback

1 Answer

In the JQuery hotkeys docs the venerable John Resig states that IE will, "let you handle built-in short-cuts, but will add their functionality after your code has executed."

Could the app be receiving the keystrokes in addition to IE?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.