show-keys
Version:
Utility to show key presses in your application
37 lines (24 loc) • 553 B
Markdown
<p align="center">
<img src="https://raw.githubusercontent.com/siddharthkp/show-keys/main/demo.gif"/>
<b>Utility to show key presses in your application</b>, Inspired by <a href="https://www.ixeau.com/keystroke-pro/">Keystroke Pro<a/> for Mac.
<br><br>
<a href="https://codesandbox.io/s/use-keys-duk76">Demo on CodeSandbox<a/>
</p>
#### install
```
yarn add show-keys
```
#### usage
in your js:
```js
// *.js
import 'show-keys'
```
or in your html:
```html
<script src="unpkg.com/show-keys"></script>
```