Is there any way to use JavaScript (or HTML5 if necessary) to retrieve the browser’s current settings on hotkeys? Notice that I am not trying to modify the settings, just trying to retrieve it.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Sadly, your best bet for this is to use browser sniffing, and compile a list of known hotkeys.
For example, using the jQuery Client plugin, something like:
Of course, this is a bit of a PITA.