Reputation: 3
I've just try to use Google docs and I see it can disable Ctrl + S hotkeys on any browsers(IE, FF, Chrome) So plz help me and give me some advices how to do like that. I wish I could do that on my silverlight app. Sorry for my terrible English. Thanks a lot!
Upvotes: 0
Views: 2117
Reputation: 9680
Using jQuery, you can do event.preventDefault();
. For more information you can check jQuery Docs
You can check this question Disable Internet Explorer shortcut keys
Hope this works for you.
Upvotes: 1