zuriby / jquery.hotkeys

jquery.hotkeys plugin lets you easily add and remove handlers for keyboard events anywhere in your code supporting almost any key combination. It takes one line of code to bind/unbind a hot key combination

Home Page:http://code.google.com/p/js-hotkeys/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Live demo not work?

jack-fdrv opened this issue · comments

Works for me.. Maybe be more specific with 'not work' ?

Windows, Chrome last version. But show Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36

It mostly works on my Mac in Chrome. Most the the keys work but some seem to trigger 2.

For me it not work, i try some 10-16 hot keys. Nothing.

Maybe the chrome prevents the jQuery library loading because you are trying to load https content from http?

Change the link to https like so: https://htmlpreview.github.io/?https://github.com/jeresig/jquery.hotkeys/master/test-static-05.html

and it will start working.

However, from my testing it looks like the only keys that will light up are the numbers and letters.