trailofbits / vscode-weaudit

Create code bookmarks and code highlights with a click.
https://marketplace.visualstudio.com/items?itemName=trailofbits.weaudit
GNU General Public License v3.0
169 stars 16 forks source link

Remove Cmd + K binding #19

Closed piyush-saurabh closed 5 months ago

piyush-saurabh commented 5 months ago

weaudit extension is currently using cmd + K shortcut for adding notes - “weAudit: New Note from Selection”.

cmd + K is the default bindings in vscode for multiple operations like commenting a piece of code (cmd+k c), formatting (cmd + k f) etc. Adding this extension breaks the existing shortcuts. Requesting to change the default bindings to avoid breaking vscode's default shortcuts.

fcasal commented 5 months ago

Hi @piyush-saurabh, thanks for letting us know. I will make sure that none of the default keybindings clash with vscode's keybinds