微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

Hotkey

程序名称:Hotkey

授权协议: 未知

操作系统: 未知

开发语言:

Hotkey 介绍

HotKeys is a keyboard hooker plug-in.

May you find this useful in cases of:
  • Powering your Ajax applications with keyboard short-cuts such as Ctrl+x, Alt+y, Shift+z, etc.

  • Games development with Javascript + jQuery

HotKeys lets you easily add and remove handlers for keyboard events anywhere
in your code supporting almost any keys combination.
It takes a single line of code to bind or unbind a hot key.

Binding ‘Ctrl+c’

$(document).bind('keydown', 'Ctrl+c', fn);

Unbinding ‘Ctrl+c’

$(document).unbind('keydown', 'Ctrl+c', fn);

Live demo at: http://jshotkeys.googlepages.com/test-static-01.html

Update: New Version (0.7) Available at: http://code.google.com/p/js- hotkeys/downloads/list

Hotkey 官网

http://plugins.jquery.com/project/hotkeys

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐