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

Windows keybinding with REST extension #62

Closed
a8775 opened this issue Jan 18, 2017 · 2 comments
Closed

Windows keybinding with REST extension #62

a8775 opened this issue Jan 18, 2017 · 2 comments
Labels

Comments

@a8775
Copy link

a8775 commented Jan 18, 2017

I believe this is more issue with vscode, but as it's related I submit here as well.
The issue in vscode repo: microsoft/vscode#18712
Thanks a lot for this extension!

Bellow is the inline text of the issue for easy browsing or you find it to be in REST extension.


  • VSCode Version: 1.9.0-insider (Date 2017-01-18)
  • OS Version: Windows 10

Steps to Reproduce:

  1. Install REST extension
  2. Keybinding is: { "key": "ctrl+alt+e", "command": "rest-client.switch-environment" },

The problem:
When I press: AltGr+e the command is executed.

Normally I should get special letter that is bonded with national keyboard mapping in Windows.

The issue has possibly two aspects:

  1. The command for REST extension should not be executed as it's ctrl+alt+e not alt-e
  2. The key binding AltGr+ is not differentiated from Alt+ - i believe this is related to issue: Move keybinding dispatching off e.keyCode microsoft/vscode#17521
@Huachao
Copy link
Owner

Huachao commented Jan 18, 2017

@a8775 thanks for reporting this, I will keep eyes on this issue, currently I have no idea

@Huachao
Copy link
Owner

Huachao commented Apr 7, 2017

@a8775 it seems the issue is marked as closed in vscode, so I decide to close it.

@Huachao Huachao closed this as completed Apr 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants