k-sequence
keyboard sequences.
Installation
Install with component(1):
$ component install yields/k-sequence
API
seq(keys[, ms], fn)
Create a function that will be invoked only if
the given keys
sequence is matched, ms
can be omitted
and defaulted to 500ms
.
if ms
is 500ms
the keys must be pressed within 500ms
for
the callback to be called.
var a = ;var b = ;el;el; ; // => a is called; // => b is called
Tests
$ make test
License
MIT