https://github.com/victornpb/keyboardly
A library for making your WebApp keyboard friendly. Add shortcuts, hotkeys, spacial navigation, focus handling, etc... Framework agnostic (Works with React,Vue,Angular, VanillaJS)
https://github.com/victornpb/keyboardly
a11y accessibility framework hotkeys javascript keyboard library npm plugin shortcuts
Last synced: 7 months ago
JSON representation
A library for making your WebApp keyboard friendly. Add shortcuts, hotkeys, spacial navigation, focus handling, etc... Framework agnostic (Works with React,Vue,Angular, VanillaJS)
- Host: GitHub
- URL: https://github.com/victornpb/keyboardly
- Owner: victornpb
- License: mit
- Created: 2021-02-21T03:24:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-22T06:05:34.000Z (12 months ago)
- Last Synced: 2024-10-23T08:29:37.088Z (12 months ago)
- Topics: a11y, accessibility, framework, hotkeys, javascript, keyboard, library, npm, plugin, shortcuts
- Language: JavaScript
- Homepage: https://victornpb.github.io/keyboardly/
- Size: 5.79 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# keyboardly

[](https://www.npmjs.com/package/keyboardly)
[](https://travis-ci.org/victornpb/keyboardly)
[](https://david-dm.org/victornpb/keyboardly)
[](https://coveralls.io/github/victornpb/keyboardly)
[](https://www.npmjs.com/package/keyboardly)
A library for turning web apps keyboard friendly
## Documentation
To check out live examples and docs, visit [victornpb.github.io/keyboardly/](https://victornpb.github.io/keyboardly/)
## Installation
#### [Yarn](https://github.com/yarnpkg/yarn)
yarn add keyboardly
#### NPM
npm install keyboardly
#### CDN
If you don't use a package manager, you can [access `keyboardly` via unpkg (CDN)](https://unpkg.com/keyboardly/), download the source, or point your package manager to the url.## Contributing
We are open to contributions, see [CONTRIBUTING.md](CONTRIBUTING.md) for more info.