vscode-open icon indicating copy to clipboard operation
vscode-open copied to clipboard

Can't Make Keyboard Shortcut

Open MBetters opened this issue 5 years ago • 2 comments

I would like to put something like this in my keybindings.json:

{
      "key": "ctrl+shift+0",
      "command": "vscode-open.openFileInDefaultApplication"
}

Currently, Ctrl + Alt + O is bound to VSCode's "open terminal here" action, which I'd like to keep. I'd like to bind your extension's"open file in default application" action to Ctrl + Shift + 0 (zero). However, vscode-open doesn't show up in available commands in keybindings.json.

MBetters avatar May 18 '20 20:05 MBetters

@MBetters - are you able to send a PR for this?

sandcastle avatar May 19 '20 00:05 sandcastle

@sandcastle I don't have enough time to do that currently, but might sometime in the next few months.

MBetters avatar May 19 '20 18:05 MBetters