Martin Brennan 93c38cc175
FEATURE: Bookmark keyboard shortcuts (#9318)
Adds keyboard bindings and associated help menu for selecting reminder type in bookmark modal, and pressing Enter to save.

Introduce the following APIs for `KeyboardShortcuts`:

* `pause` - Uses the provided array of combinations and unbinds them using `Mousetrap`.
* `unpause` - Uses the provided combinations and rebinds them to their default shortcuts listed in `KeyboardShortcuts`.
* `addBindings` - Adds the array of keyboard shortcut bindings and calls the provided callback when a binding is fired with Mousetrap.
* `unbind` - Takes an object literal of a binding map and unbinds all of them e.g. `{ enter: { handler: saveAndClose" } };`
2020-04-07 14:03:15 +10:00
..
2019-12-19 12:31:52 -05:00
2020-03-05 12:45:42 -05:00
2020-03-05 12:45:42 -05:00
2020-03-05 12:45:42 -05:00
2020-02-13 15:00:16 -05:00
2020-03-05 12:45:42 -05:00
2020-02-13 15:00:16 -05:00
2020-02-13 15:00:16 -05:00
2020-02-13 15:00:16 -05:00
2020-03-05 12:45:42 -05:00
2020-02-25 10:29:14 -05:00
2020-03-05 12:45:42 -05:00
2020-03-05 12:45:42 -05:00
2020-03-05 12:45:42 -05:00
2020-02-13 15:00:16 -05:00
2020-02-13 15:00:16 -05:00
2020-02-13 15:00:16 -05:00
2020-03-05 12:45:42 -05:00
2020-03-05 12:45:42 -05:00
2020-03-05 12:45:42 -05:00
2020-03-05 12:45:42 -05:00
2020-01-20 11:00:44 -05:00
2020-03-05 12:45:42 -05:00
2020-03-05 12:45:42 -05:00
2020-02-13 15:00:16 -05:00
2020-02-13 15:00:16 -05:00
2019-10-10 11:15:24 -04:00
2020-03-05 12:45:42 -05:00
2020-03-05 12:45:42 -05:00
2020-03-05 12:45:42 -05:00
2020-03-05 12:45:42 -05:00
2020-03-05 12:45:42 -05:00
2017-02-24 11:35:33 +01:00