@vericus/slate-kit-bind-hotkey
Version:
a slate helper plugin to associate hotkey(s) to slate change
27 lines (17 loc) • 480 B
Markdown
# @Vericus / slate-kit-plugins-hotkey
a slate helper plugin to associate hotkey(s) to slate change
## Documentation
<!-- %docs
title: <%= title %>
-->
A [Slate](https://github.com/ianstormtaylor/slate) plugin to attach (a) hotkey(s) to slate change.
sample options:
```js
{
hotkeys: ['ctrl+right', 'ctrl+e'],
change: (change) => change.collapseToEnd()
}
```
<!-- %enddocs -->
## License
[MIT](./LICENSE.txt) © [`slate-kit`](https://github.com/Vericus/slate-kit)