I’m looking for an existing Javascript library, or even better, a jQuery plugin, which detects a key combo and outputs the corresponding string (for example, “ctrl+shift+f”). This is to allow a user to configure a key combo for a Google Chrome plugin. The preferences behavior for BetterTouchTool ( http://www.boastr.de/ ) is a good example of what I’m talking about. Has anyone come across something like this?
I’m looking for an existing Javascript library, or even better, a jQuery plugin, which
Share
I forgot I even asked this question! After many months, I’ve written a plugin myself that does exactly this =)
http://suan.github.com/jquery-keycombinator/