1.0.4 • Published 6 months ago

use-hotkey-mapper v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

use-hotkey-mapper

Installing:

pnpm i use-hotkey-mapper

code sample:

import useHotkeyMapper from "use-hotkey-mapper";
export default function App() {
  useHotkeyMapper({
    "alt+h": () => alert("hello"),
  });
  return <>press alt+h to say hello</>;
}
1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago