Does anybody know how can I programmatically disable the keyboard-shortcuts in IE?
For example, i have a textbox in my web page, with its value taken from a barcode reader. But the barcode contains the sequence Shift-Ctrl-J + Enter. Shift+Ctrl+J opens the IE feeds and Enter opens the selected feed in the browser, so this is a serious problem for me.
And if it's impossible to do this programmatically, is there a way that the client could resolve this from the browser's options, win registries, anything?
Thanks.