user1166407
user1166407

Reputation: 3

How to disable hotkeys on some common browsers as IE,FF, Chrome like Google docs does

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

Answers (1)

Amar Palsapure
Amar Palsapure

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

Related Questions