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!
I’ve just try to use Google docs and I see it can disable Ctrl
Share
Using jQuery, you can do
event.preventDefault();. For more information you can check jQuery DocsYou can check this question Disable Internet Explorer shortcut keys
Hope this works for you.