mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-01-24 04:08:01 -08:00
add Keyboard wrappers
This commit is contained in:
14
README.md
14
README.md
@@ -22,7 +22,7 @@ A curated list of amazingly awesome browser-side JavaScript libraries, resources
|
|||||||
* UI
|
* UI
|
||||||
* [Loading Status](#loading-status)
|
* [Loading Status](#loading-status)
|
||||||
* Validation
|
* Validation
|
||||||
* Keyboard
|
* [Keyboard](#keyboard)
|
||||||
* Tours And Guides
|
* Tours And Guides
|
||||||
* Notifications
|
* Notifications
|
||||||
* Sliders
|
* Sliders
|
||||||
@@ -228,5 +228,17 @@ There're also some great commercial libraries, like [amchart](http://www.amchart
|
|||||||
|
|
||||||
Besides libraries, there're [Collection on Codepen](http://codepen.io/collection/HtAne/), and generators like [Ajaxload](http://www.ajaxload.info/), [Preloaders](http://preloaders.net/) and [CSSLoad](http://cssload.net/).
|
Besides libraries, there're [Collection on Codepen](http://codepen.io/collection/HtAne/), and generators like [Ajaxload](http://www.ajaxload.info/), [Preloaders](http://preloaders.net/) and [CSSLoad](http://cssload.net/).
|
||||||
|
|
||||||
|
|
||||||
|
## Keyboard
|
||||||
|
|
||||||
|
* [mousetrap](https://github.com/ccampbell/mousetrap) - Simple library for handling keyboard shortcuts in Javascript.
|
||||||
|
* [keymaster](https://github.com/madrobby/keymaster) - A simple micro-library for defining and dispatching keyboard shortcuts.
|
||||||
|
* [Keypress](https://github.com/dmauro/Keypress) - A keyboard input capturing utility in which any key can be a modifier key.
|
||||||
|
* [KeyboardJS](https://github.com/RobertWHurst/KeyboardJS) - A JavaScript library for binding keyboard combos without the pain of key codes and key combo conflicts.
|
||||||
|
* [jquery.hotkeys](https://github.com/jeresig/jquery.hotkeys) - jQuery Hotkeys lets you watch for keyboard events anywhere in your code supporting almost any key combination.
|
||||||
|
* [jwerty](https://github.com/keithamus/jwerty) - Awesome handling of keyboard events.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Other Awesome Lists
|
# Other Awesome Lists
|
||||||
Other amazingly awesome lists can be found in the [awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness) list.
|
Other amazingly awesome lists can be found in the [awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness) list.
|
||||||
|
|||||||
Reference in New Issue
Block a user