0.5.9 • Published 3 months ago

@scalar/use-keyboard-event v0.5.9

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Scalar useKeyboardEvent()

Version Downloads License Discord

Installation

npm install @scalar/use-keyboard-event

Usage

import { useKeyboardEvent } from '@scalar/use-keyboard-event'

// Control/Cmd + K
useKeyboardEvent({
  keyList: ['k'],
  withCtrlCmd: true,
  handler: () => { … },
})
0.5.9

3 months ago

0.5.8

4 months ago

0.5.7

4 months ago

0.5.6

6 months ago

0.5.5

6 months ago

0.5.4

6 months ago

0.5.3

7 months ago

0.5.2

7 months ago

0.5.1

7 months ago

0.5.0

8 months ago

0.4.2

8 months ago

0.4.1

8 months ago

0.4.0

8 months ago

0.3.0

8 months ago

0.2.1

8 months ago

0.2.0

8 months ago

0.1.4

9 months ago

0.1.3

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago