all-keyboardevent-keys
v0.0.4
Published
All KeyboardEvent Keys
Readme
All* KeyboardEvent Keys
Note: This library is a work in progress. Checkout the contribution guidelines to see how you can help.
Install
Add with your favorite package manager:
npm install --save all-keyboardevent-keys
# or
yarn add all-keyboardevent-keysUse
Import the default KEY object, then use:
import KEY from 'all-keyboardevent-keys'KEY is an object with nearly all available KeyboardEvent keys. You can view the full list available here.
You can access word keys using dot notation:
import { KEY } from 'onkey-event-manager'
KEY.Enter // 'Enter'
KEY.Tab // 'Tab'To access symbols or numbers, use bracket notation:
KEY[9] // '9'
KEY['\\'] // '\'Keyboards
Each keyboard has its own set of Keyboardevent keys. It is the goal of this project to gather all keys into a single library.
Current
- en_US 🇺🇸
To add a keyboardevent keys for your keyboard language, please read the contributing guide and make a pull request.
Languages to add
- [ ] zh-Hans 🇨🇳
- [ ] hi 🇮🇳
- [ ] fr_FR 🇫🇷
- [ ] es_ES 🇪🇸
- [ ] en_GB 🇬🇧
- [ ] de_DE 🇩🇪
Don't see your keyboard language? File an issue requesting it.
Collaborators
- Sean McPherson - author, en_US 🇺🇸
