akfish/vscode-devdocs

Keyboard Shortcut interference

Closed this issue · 1 comments

Keyboard shortcut conflict
https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync
{ "key": "shift+alt+d", "command": "extension.downloadSettings", "when": "editorTextFocus" }

You could just assign custom keybindings to devdocs.quickSearch command. It is infeasible, if not impossible, to avoid keybinding conflict between any two random extensions.