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 is not detected correctly #86695

Closed
turion opened this issue Dec 10, 2019 · 5 comments
Closed

Keyboard layout is not detected correctly #86695

turion opened this issue Dec 10, 2019 · 5 comments
Assignees

Comments

@turion
Copy link

turion commented Dec 10, 2019

  • VSCode Version: 1.40.0
  • OS Version: NixOS unstable, KDE

I'm using a special German keyboard layout called Neo. I have two machines, both identical setup and configuration. On one of them, everything works just fine. On the other, all keyboard shortcuts are interpreted as QWERTZ, while normal typing and editing is correctly in Neo.

I tried workarounds from e.g. #23690, closed, restarted, deleted all config files, unfortunately to no avail.

Can I somehow manually change the keyboard layout that VSCode has incorrectly detected?

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

@vscodebot
Copy link

vscodebot bot commented Dec 10, 2019

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@turion
Copy link
Author

turion commented Dec 10, 2019

If I do Developer: Inspect Key Mappings (JSON), I get:

{
	"layout": {
		"model": "macbook78",
		"layout": "de,de",
		"variant": ",neo",
		"options": "terminate:ctrl_alt_bksp",
		"rules": "evdev"
	}
...

So it seems like it actually realised what my layout is...?

@turion
Copy link
Author

turion commented Dec 10, 2019

This workaround helped me somewhat: #24043 (comment)

@turion
Copy link
Author

turion commented Dec 10, 2019

Note that I have two keyboard layouts configured in KDE: Neo is the currently active one (and was active when starting vscode), but I have QWERTZ as a backup.

@rebornix
Copy link
Member

Let's track this issue in #24043 (comment)

@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants