@w-xuefeng/bindkey
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Bindkey

绑定键盘快捷键

Install

npm i @w-xuefeng/bindkey

Usage

import bindkey from '@w-xuefeng/bindkey';

// 添加快捷键
bindkey.add('Ctrl+C', () => {
  // TODO
});

// 移除快捷键
bindkey.remove('Ctrl+C');

/@w-xuefeng/bindkey/

    Package Sidebar

    Install

    npm i @w-xuefeng/bindkey

    Weekly Downloads

    5

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    24.8 kB

    Total Files

    7

    Last publish

    Collaborators

    • w-xuefeng