node-tinykeys 4.0.0-1
Package Information
| Description | tiny 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. |
|---|---|
| Maintainer | Home Assistant Team <team+homeassistant@tracker.debian.org> |
| Changed By | Edward Betts <edward@4angle.com> |
| Sponsor | edward@debian.org |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/homeassistant-team/js/node-tinykeys (browse) |
| Closes | #1139152 |
| Tracker | https://tracker.debian.org/pkg/node-tinykeys |
| Uploaded | 4 hours ago |
New Package Report
.changes
| Changed-By | Edward Betts |
|---|---|
| Architecture | all source |
| Distribution | unstable |
| Date | Sat, 06 Jun 2026 16:13:05 +0100 |
| Source | node-tinykeys |
| Version | 4.0.0-1 |
Changelog
node-tinykeys (4.0.0-1) unstable; urgency=medium . * Initial release. (Closes: #1139152)
.dsc
| Section | javascript |
|---|---|
| Priority | optional |
| Component | main |
| Package-List | libjs-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.