ember-cli-addon-docs icon indicating copy to clipboard operation
ember-cli-addon-docs copied to clipboard

Make keyboard shortcuts optional

Open dbollinger opened this issue 7 years ago • 0 comments

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.

dbollinger avatar Oct 11 '18 18:10 dbollinger