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

Keyboard layout change does apply to key shortcuts #42153

Closed
barnski opened this issue Jan 25, 2018 · 2 comments
Closed

Keyboard layout change does apply to key shortcuts #42153

barnski opened this issue Jan 25, 2018 · 2 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) keyboard-layout Keyboard layout issues linux Issues with VS Code on Linux

Comments

@barnski
Copy link

barnski commented Jan 25, 2018

  • VSCode Version: 1.19.2
  • OS Version: Ubuntu 16.04

Steps to Reproduce:

  1. Set Keyboard layout to German (it has Z switched with Y)
  2. Open VS Code
  3. type 'z' -> 'z' is displayed
  4. type Ctrl + z -> undo is called
  5. With VS Code opened switch keyboard layout to English(US).
  6. type 'z' -> 'z' is displayed
  7. type Ctrl + z -> undo is NOT called
  8. type Ctrl + y -> undo is called

It seems that keyboard layout is not applied to shortcuts. When you click shortcut keyboard layout with which VS Code was opened is applied. Not the active one.

Does this issue occur when all extensions are disabled?: Yes

@vscodebot vscodebot bot added the keyboard-layout Keyboard layout issues label Jan 25, 2018
@alexdima
Copy link
Member

@alexdima alexdima added *duplicate Issue identified as a duplicate of another issue(s) linux Issues with VS Code on Linux labels Jan 26, 2018
@barnski
Copy link
Author

barnski commented Jan 26, 2018

Ah, sorry. I don't know how I missed this page. Thanks!

@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) keyboard-layout Keyboard layout issues linux Issues with VS Code on Linux
Projects
None yet
Development

No branches or pull requests

2 participants