TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Keyboard shortcut

1 pointsby sangguineabout 17 years ago
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?<p>Please let me know. Thanks in advance.

1 comment

epi0Bauquabout 17 years ago
Here is an example in: <a href="http://www.devx.com/webdev/10MinuteSolution/27134/0/page/3" rel="nofollow">http://www.devx.com/webdev/10MinuteSolution/27134/0/page/3</a><p>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: <a href="http://developer.yahoo.com/yui/examples/container/keylistener.html" rel="nofollow">http://developer.yahoo.com/yui/examples/container/keylistene...</a>
评论 #198398 未加载