I used js-hotkeys for a while, love it.
Now I would like to be attached to a key ? but this does not seem to be supported. Does anyone know why and how to associate with a question mark ? ?
$(document).bind('keydown', '?',function (evt) { alert('go'); });
The code above does not work.
jquery jquery-plugins binding hotkeys jquery-hotkeys
Anapprentice
source share