https://github.com/npezza93/keystroke-for-keyboard-event
Determine the keystroke given a keyboard event
https://github.com/npezza93/keystroke-for-keyboard-event
Last synced: 3 months ago
JSON representation
Determine the keystroke given a keyboard event
- Host: GitHub
- URL: https://github.com/npezza93/keystroke-for-keyboard-event
- Owner: npezza93
- Created: 2018-10-04T22:28:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-27T20:03:28.000Z (over 2 years ago)
- Last Synced: 2024-04-14T11:16:18.295Z (about 1 year ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# keystroke-for-keyboard-event
Extracted from [atom-keymap](https://github.com/atom/atom-keymap) for use in other packages.
## Usage
```js
const keystrokeForKeyboardEvent = require('keystroke-for-keyboard-event')const keystroke = keystrokeForKeyboardEvent(event)
```