Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/siddharthkp/show-keys

Utility to show key presses in your application
https://github.com/siddharthkp/show-keys

Last synced: about 2 months ago
JSON representation

Utility to show key presses in your application

Awesome Lists containing this project

README

        



Utility to show key presses in your application, Inspired by Keystroke Pro for Mac.



Demo on CodeSandbox

 

#### install

```
yarn add show-keys
```

 

#### usage

 

in your js:

```js
// *.js
import 'show-keys'
```

or in your html:

```html

```