Version 2.0.0
Changelog
This release is not backwards compatible.
- Renamed the
press
method tocapture
- Removed global
onkey(up/down)
calls so now you need to bindQuay
to a dom element to listen on. This can be passed in as the only constructor argumentnew Quay(window)
or useq.bindTo(window)
- Added support for multiple key combos firing the same callback