按键后引发事件
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
史蒂夫,这是我的答案。如果有问题或反馈请告诉我? 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/