JQuery Hotkeys: Is there a way to bind hotkeys that work even inside an input element?
Posted
by funkymunky
on Stack Overflow
See other posts from Stack Overflow
or by funkymunky
Published on 2010-04-09T08:18:45Z
Indexed on
2010/04/09
8:23 UTC
Read the original article
Hit count: 392
I've been using JQuery hotkeys to make an internal tool for a team of developers. It'd be nice for them to be able to navigate through the entire page using only the keyboard, but I've been having problems when they end up in input fields. Is there a way to bind a hotkey and make it work even inside an input element?
I got my jQuery-hotkeys from here.
© Stack Overflow or respective owner