Show Which Key Is Pressed On Page – show-keys

Category: Javascript , Recommended | May 14, 2021
Author:siddharthkp
Views Total:320 views
Official Page:Go to website
Last Update:May 14, 2021
License:MIT

Preview:

Show Which Key Is Pressed On Page – show-keys

Description:

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

You Might Be Interested In:


Leave a Reply