adamhartford / vscode-base64

Visual Studio Code extension to base64 encode/decode text selections
MIT License
20 stars 7 forks source link

CMD + E conflicts with "Find With Selection" #6

Open koenpunt opened 5 years ago

koenpunt commented 5 years ago

CMD + E is the default shortcut for "Find with selection" on Mac OS (and VS Code), and the default shortcuts for this extension conflict with that.

I know I can remap the shortcut, but I think in general an extension should not want to override any of the (system) defaults.

pbodnar commented 1 year ago

Maybe this was different before, but nowadays it is extension's Ctrl+E... shortcuts which conflict with the default action "Go To File...". So definitely still an issue IMO.