
A dead simple JavaScript library that detects keypress events and displays which key (or shortcut) has been pressed on your web app.
How to use it:
1. Just install the show-keys in your project and the library will do the rest.
# Yarn $ yarn add show-keys # NPM $ npm i show-keys
2. Or insert the main JavaScript file into the document. That’s it.
<script src="index.js"></script>
Changelog:
05/14/2021
- lowercase tab







