shork
v0.1.1
Published
Easily create keyboard shortcuts
Readme
Shork
A library to easily create shortcuts in your JavaScript web apps.
Example
registerShortcuts([
{
keys: ["Control", "k"],
action: () => {
// Open a search or something
}
}
]);Installation
npm install shorkyarn add shorkpnpm add shorkbun add shorkpmr add shorkPmr is a command line utility to control all package managers with one interface.
