@carcajada/teclas@1.0.8Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Easily handle keyboard events.
Hello ( ´ ω ` )ノ゙ Welcome to Teclas! This module allows you to easily and precisely handle
keystrokes on event listeners. Handling keyboard events is a common requirement in software
development, but managing them inline within JSX code can make the code less readable and harder to
maintain. Teclas provides an abstraction for common keystroke event handlers, enabling you to import
and reuse them anywhere in your application. This enhances extensibility and maintainability,
especially when you need to add or modify existing keystrokes. With Teclas, you can detect
individual key presses, handle different behaviors for modifier keys on Windows and macOS, and
support complex keystroke combinations with ease.
Add Package
deno add jsr:@carcajada/teclas
Import symbol
import * as teclas from "@carcajada/teclas";
Import directly with a jsr specifier
import * as teclas from "jsr:@carcajada/teclas";
Add Package
pnpm i jsr:@carcajada/teclas
pnpm dlx jsr add @carcajada/teclas
Import symbol
import * as teclas from "@carcajada/teclas";
Add Package
yarn add jsr:@carcajada/teclas
yarn dlx jsr add @carcajada/teclas
Import symbol
import * as teclas from "@carcajada/teclas";
Add Package
vlt install jsr:@carcajada/teclas
Import symbol
import * as teclas from "@carcajada/teclas";
Add Package
npx jsr add @carcajada/teclas
Import symbol
import * as teclas from "@carcajada/teclas";
Add Package
bunx jsr add @carcajada/teclas
Import symbol
import * as teclas from "@carcajada/teclas";