1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: libjs-jquery-hotkeys
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.4
Homepage: https://github.com/tzuryby/jquery.hotkeys
Vcs-Git: git://git.debian.org/pkg-javascript/libjs-jquery-hotkeys.git
Vcs-Browser: http://git.debian.org/?p=pkg-javascript/libjs-jquery-hotkeys.git;a=summary
Package: libjs-jquery-hotkeys
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${misc:Depends}, libjs-jquery
Recommends: javascript-common
Description: easily add and remove handlers for keyboard events anywhere in your code
jQuery Hotkeys is a plug-in that lets you easily add and remove handlers for
keyboard events anywhere in your code supporting almost any key combination.
.
This plugin is based off of the plugin by Tzury Bar Yochay: jQuery.hotkeys
(available at http://github.com/tzuryby/hotkeys).
|