0.6.0 • Published 7 years ago

@koding/shortcuts v0.6.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

shortcuts

manages keyboard shortcuts in browser.

# usage

var shortcuts = new Shortcuts({
  foo: [
    { name: 'bar', binding: [ ['ctrl+x'], ['command+x'] ]}
  ]
});
shorcuts.on('key:foo', function () { })

See keyconfig for spec.

api

# ctor(defaults={})

Returns an events.EventEmitter.

.get(collectionName, modelName)

.update(collectionName, modelName, value, silent)

.getCollisions(collectionName)

events

key:collectionName

change

todo

  • do not use mousetrap

license

mit