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?
|
feedback
|
|
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? | |||
|
feedback
|