Utility to show key presses in your application, Inspired by Keystroke Pro for Mac.
Demo on CodeSandbox
yarn add show-keys
in your js:
// *.js
import 'show-keys'
or in your html:
<script src="https://unpkg.com/show-keys"></script>
Utility to show key presses in your application, Inspired by Keystroke Pro for Mac.
Demo on CodeSandbox
yarn add show-keys
in your js:
// *.js
import 'show-keys'
or in your html:
<script src="https://unpkg.com/show-keys"></script>