keycommand
npm install keycommandlib
import { registerKeyCommand } from "keycommandlib";
// ...
const result = await registerKeyCommand(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT