Skip to content

v1.3.0

Compare
Choose a tag to compare
@RobertWHurst RobertWHurst released this 08 Nov 19:38
· 37 commits to master since this release

This release introduces the ability to bind (and unbind) more than one key or combo at the same time. Thanks to @qiongshusheng for the suggestion.

bindKey(['a', 'b'], handleAOrB)
bindKeyCombo(['a+x', 'b+x'], handleAXOrBX)