ember-learn / ember-learn/ember-cli-addon-docs
Make keyboard shortcuts optional
Open
bug
- Dominant language
- JavaScript
- Stars
- 172
- Forks
- 142
- PR merge metrics
- No merged PRs in 30d
Description
In addition to the `{{docs-keyboard-shortcuts}}` component, there are some keyboard shortcuts baked into `controllers/application.js` and `docs-viewer/component.js` that are enabled on initialization. These can interfere with components that have custom keyboard interactions.
A configuration option that disables shortcut initialization could solve this issue for some users.
Contributor guide
Assessment
This issue has not been assessed yet.