DFSG NEW Queue

DFSG, Licensing & New Packages Team

node-tinykeys 4.0.0-1

Package Information

Descriptiontiny modern JavaScript library for keybindings

Tinykeys is a small JavaScript library for defining keyboard shortcuts and keybinding sequences in web applications. It can match key presses using KeyboardEvent key or code values, supports modifier keys, optional modifiers, regular expression matching, and cross-platform shortcuts using a $mod alias.

The library can attach handlers directly to an event target or create a reusable keybinding handler for use with addEventListener. It also provides options for choosing the keyboard event type, changing sequence timeouts, and ignoring events from form fields or other elements.

MaintainerHome Assistant Team <team+homeassistant@tracker.debian.org>
Changed ByEdward Betts <edward@4angle.com>
Sponsoredward@debian.org
Distributionunstable
Architectureall
VCSgit: https://salsa.debian.org/homeassistant-team/js/node-tinykeys (browse)
Closes#1139152
Trackerhttps://tracker.debian.org/pkg/node-tinykeys
Uploaded4 hours ago

New Package Report

.changes
Changed-ByEdward Betts
Architectureall source
Distributionunstable
DateSat, 06 Jun 2026 16:13:05 +0100
Sourcenode-tinykeys
Version4.0.0-1
Changelog
node-tinykeys (4.0.0-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1139152)
.dsc
Sectionjavascript
Priorityoptional
Componentmain
Package-Listlibjs-tinykeys deb javascript optional arch=all
node-tinykeys deb javascript optional arch=all
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: tinykeys
Upstream-Contact: Jamie Kyle <me@thejameskyle.com>
Source: https://github.com/jamiebuilds/tinykeys

Files: *
Copyright: 2020 Jamie Kyle
License: MIT

Files: debian/*
Copyright: 2026 Edward Betts <edward@4angle.com>
License: MIT


License: MIT
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation
 files (the "Software"), to deal in the Software without
 restriction, including without limitation the rights to use,
 copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following
 conditions:
 .
 The above copyright notice and this permission notice shall be
 included in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.

Back to Dashboard | View all reviews for this package