Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:quilljs/quill into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Feb 10, 2017
2 parents d06dde3 + 117a842 commit 7b185b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/modules/keyboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Keyboard handlers are bound to a particular key and key modifiers. The `key` is

Key modifiers include: `metaKey`, `ctrlKey`, `shiftKey` and `altKey`. In addition, `shortKey` is a platform specific modifier equivalent to `metaKey` on a Mac and `ctrlKey` on Linux and Windows.

Handlers will called with `this` bound to the keyboard instance and be passed the current selection range.
Handlers will be called with `this` bound to the keyboard instance and be passed the current selection range.

```js
quill.keyboard.addBinding({
Expand Down

0 comments on commit 7b185b5

Please sign in to comment.