X
X
xsires2014-02-28 17:04:18
JavaScript
xsires, 2014-02-28 17:04:18

Choice of hotkeys for the site?

There are great plugins like jquery.hotkeys, a handy thing for binding actions to hotkeys, basically all browsers support:

  • IE
  • FF
  • Opera
  • safari
  • Chrome

Most of these browsers have been ported to different operating systems.

Is there somewhere a list of hotkeys that are not occupied by anyone in browsers and OS, i.e. a list of keys that I can safely make hotkeys on my site without worrying about the fact that this is a logout hotkey in MacOs v 8.7 ?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
C
ClassicRed, 2014-02-28
@ClassicRed

As far as I remember, if you assign hotkeys for the site, they will take precedence over the default browser key settings (I'm not sure - I haven't checked it myself, but there are rumors, a friend of my acquaintance tried it and he liked it)

I
Insayt, 2014-03-01
@Insayt

You can see the plugin you are talking about https://github.com/jeresig/jquery.hotkeys
here htmlpreview.github.io/?https://github.com/jeresig/...
By default Ctrl+S will start saving pages. This is where the custom event is triggered.
So choose the keys to taste :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question