0.1.4 • Published 9 years ago

record-shortcuts v0.1.4

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

record-shortcuts

records shortcuts on browser.

usage

record.start()
  .on('end', function (arr) { })
  .on('cancel', function () { });

api

.start()

Starts a new recording session, cancelling previous one.

This returns an EventEmitter singleton that emits either an end or a cancel.

.cancel()

Cancels current recording session and emits cancel.

validation

Works pretty much like how osx does.

valid combinations

  • command+s
  • command+alt+ctrl+s
  • command+alt+ctrl+shift+s
  • alt+s
  • ctrl+s

invalid combinations

  • s
  • shift+s
  • s+a
  • command+shift

license

mit

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago