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

相关编程语言

多功能下拉选择插件 SelectPage 简洁而强大的下拉分...
AutoComplete 是一个 jQuery Mobile 的插件,用于实...
Combogrid 是一个jQuery插件用于为输入框添加高级自...
Autobox2这个jQuery插件,可以用于创建类似于Facebo...
Link Scraper TextBox 是一个文本框的扩展插件,当你...
Awesomplete 超小超好用的超漂亮的 autocomplete 框...