Balaji
Balaji

Reputation: 2189

Key Pad driven web UI

I have a fancy web page with lots on JQuery included. Currently i am struggling to find a solution to make it keypad driven. I want the buttons on the page to be clicked when the user press some key combination (e.q. save should happen if the user click on Ctl+S button on the keypad. Does anyone have experience doing something similar?

Upvotes: 1

Views: 203

Answers (2)

jhuni
jhuni

Reputation: 425

If you are talking about detecting keypress events there is too solutions that I have been working with. First of all you can use an input tag to detect keys, and secondly you can use an on screen keyboard for those people that don't have any keypress detection.

http://www.flickr.com/photos/33888661@N07/3880797326/

Its a pretty sad state though either way, unfortunately many people will not have a very good time trying to get the keyboard keys to work on a website.

Upvotes: 0

Amber
Amber

Reputation: 526563

Check out access keys.

Upvotes: 1

Related Questions