I am trying to add some shortcut handlers like Ctrl+B in my Silverlight application.
However, in IE when we press the Ctrl+B, it comes out a child window of ” Organize Favorings”. Is it possible to disable these browser shortcuts with Silverlight?
Many many thanks!
Mrainy
I’m not sure you can judging by what I’ve read. You may be able to hack it with javascript code on the page that passes it on to the silverlight application, however. (See javascript/silverlight interop)