按键后引发事件

发布于 2024-11-05 09:19:39 字数 414 浏览 2 评论 0原文

Aaron Frost 的 TweetPlus 应用 有一个有用的功能,该应用的推文功能会处于休眠状态,直到用户按 Ctrl+Alt+T。此时,右上角会弹出一个通知框,让用户发布关于他们所在页面的推文。我想做类似的事情。

有没有办法在用户按下某个组合键时使用 watch() 引发事件?

另一种可能性:有没有办法直接使用 JavaScript 引发事件,包括发送事件参数?这样,我可以设置回调(也许使用 jQuery HotKeys)来引发事件。

Aaron Frost's TweetPlus app has a useful feature in which the tweet functionality of the app lies dormant until the user presses Ctrl+Alt+T. At that time, a notify box pops up in the upper right corner to let the user tweet about the page they are on. I would like to do something similar.

Is there a way to use watch() to raise an event when the user presses a certain key combination?

Another possibility: Is there a way to raise an event directly with JavaScript, including sending event parameters? This way, I can set up a callback (perhaps using jQuery HotKeys) to raise the event.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

二货你真萌 2024-11-12 09:19:39

史蒂夫,这是我的答案。如果有问题或反馈请告诉我? http://www.40win.com/2011/05/08/jskeyboardevents/

Steve, here is my answer. Let me know if there are questions or feedback? http://www.40win.com/2011/05/08/jskeyboardevents/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文