Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add shortcut for file right click context menu. #15939

Closed
lijunle opened this issue Nov 23, 2016 · 2 comments · Fixed by #17710
Closed

Add shortcut for file right click context menu. #15939

lijunle opened this issue Nov 23, 2016 · 2 comments · Fixed by #17710
Labels
feature-request Request for new features or functionality good first issue Issues identified as good for first-time contributors help wanted Issues identified as good community contribution opportunities windows VS Code on Windows issues
Milestone

Comments

@lijunle
Copy link
Member

lijunle commented Nov 23, 2016

  • VSCode Version: 1.7.2
  • OS Version: Windows Server 2008/2012

Steps to Reproduce:

No shortcut (underline) for flie right click context menu.

image

Such underline shortcut is very useful to fast open the file with VSCode with keyboard.

@bpasero bpasero assigned joaomoreno and unassigned bpasero Nov 23, 2016
@joaomoreno joaomoreno removed their assignment Nov 23, 2016
@joaomoreno joaomoreno added feature-request Request for new features or functionality help wanted Issues identified as good community contribution opportunities windows VS Code on Windows issues good first issue Issues identified as good for first-time contributors labels Nov 23, 2016
@joaomoreno joaomoreno added this to the Backlog milestone Nov 23, 2016
@jschraub
Copy link

jschraub commented Dec 6, 2016

Are there any recommendations/specifications as to what the shortcut should be for this?

@ghost
Copy link

ghost commented Dec 7, 2016

I think the installer is not in the repo ;)

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shell\Visual Studio Code]
@="Open with &Visual Studio Code"

[HKEY_CLASSES_ROOT\*\shell\Visual Studio Code\command]
@="C:\\Program Files (x86)\\Microsoft VS Code\\Code.exe" \"%1\"

mlewand added a commit to mlewand/vscode that referenced this issue Feb 7, 2017
…Windows shell, allowing to provide a custom hotkey.
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality good first issue Issues identified as good for first-time contributors help wanted Issues identified as good community contribution opportunities windows VS Code on Windows issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants