Skip to content

FalkF/ember-keyboard

 
 

Repository files navigation

npm version Build Status Code Climate Test Coverage

ember-keyboard

ember-keyboard, an Ember addon for the painless support of keyboard events.

Features

  • Dynamic priority levels allow you to specify which components respond first to key events and under what circumstances. (Thanks to ember-key-responder for the inspiration)
  • Human-readable key-mappings. (Thanks to ember-keyboard-service for the inspiration)
  • Support for keyup, keydown, and keypress, as well as the modifier keys: ctrl, alt, shift, and meta.
  • Compatible with Ember 2.0+.

Installation

ember install ember-keyboard

Documentation & Demo

You can find interactive documentation here.

About

An Ember.js addon for the painless support of keyboard events

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 66.9%
  • HTML 29.0%
  • CSS 4.1%