Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/siddharthkp/show-keys
- Owner: siddharthkp
- License: mit
- Created: 2021-05-05T12:51:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-15T17:08:41.000Z (about 3 years ago)
- Last Synced: 2024-10-12T05:51:11.206Z (2 months ago)
- Language: JavaScript
- Homepage: https://codesandbox.io/s/use-keys-duk76
- Size: 1.77 MB
- Stars: 59
- Watchers: 4
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-list - show-keys
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
```