Override (IE7) browser keyboard handling from Silverlight
问题 When I test my Silverlight 2 app in Firefox, when Silverlight has focus, I have no problem receiving every key press via the Page.KeyDown event. When I test it in Internet Explorer 7, I can only get keyboard events that the browser doesn't already handle. HOWEVER, I can override those same keyboard events in javascript. For instance, Ctrl + D . I can override this in javascript by doing the following, but I can't do the same thing in Silverlight!! function initKeyHandling(){ document