Source: node-tinykeys Maintainer: Home Assistant Team Uploaders: Edward Betts , Section: javascript Build-Depends: debhelper-compat (= 13), dh-nodejs, dh-sequence-nodejs-no-lerna, esbuild, node-jsdom, node-typescript, rollup, terser, Standards-Version: 4.7.4 Homepage: https://github.com/jamiebuilds/tinykeys Vcs-Browser: https://salsa.debian.org/homeassistant-team/js/node-tinykeys Vcs-Git: https://salsa.debian.org/homeassistant-team/js/node-tinykeys Testsuite: autopkgtest-pkg-nodejs Package: node-tinykeys Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, Built-Using: ${nodejs:BuiltUsing}, 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. Package: libjs-tinykeys Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, Recommends: javascript-common, Built-Using: ${nodejs:BuiltUsing}, Description: tiny modern JavaScript library for keybindings - browser library Tinykeys is a small JavaScript library for defining keyboard shortcuts and keybinding sequences in web applications. . This package provides the browser bundle for direct use from web pages.