An open API service indexing awesome lists of open source software.

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

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)
```