Live data from Hacker News

Keyboard shortcut

news.ycombinator.com

1–3 of 3 posts

Keyboard shortcut

#1
Hi. I was wondering how I can implement keyboard shortcuts like the ones at rememberthemilk.com on my website. It's so convenient, and I want to be able to do the same thing on my own website. Has there been any artcle that talks about the technique? Maybe any jQuery plug-in?

Please let me know. Thanks in advance.

Re: Keyboard shortcut

#2
Here is an example in: http://www.devx.com/webdev/10MinuteSolution/27134/0/page/3

Most likely, if you are using a JS library, they already have some easy tools to do this through the library. I use YUI, and here it is for that library: http://developer.yahoo.com/yui/examples/container/keylistene...

Re: Keyboard shortcut

#3

Here is an example in: http://www.devx.com/webdev/10MinuteSolution/27134/0/page/3 Most likely, if you are using a JS library, they already have some easy tools to do this through the library. I use YUI, and here it is for that library: http://developer.yahoo.com/yui/examples/container/keylistene...

Great. Thank you so much.