-
Notifications
You must be signed in to change notification settings - Fork 39.4k
KDE: Reading keyboard layout reads the wrong one #24166
Copy link
Copy link
Closed
Labels
author-verification-requestedIssues potentially verifiable by issue authorIssues potentially verifiable by issue authorbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiderskeyboard-layoutKeyboard layout issuesKeyboard layout issueslinuxIssues with VS Code on LinuxIssues with VS Code on LinuxverifiedVerification succeededVerification succeeded
Milestone
Metadata
Metadata
Assignees
Labels
author-verification-requestedIssues potentially verifiable by issue authorIssues potentially verifiable by issue authorbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiderskeyboard-layoutKeyboard layout issuesKeyboard layout issueslinuxIssues with VS Code on LinuxIssues with VS Code on LinuxverifiedVerification succeededVerification succeeded
Since version 1.11.1 (last I used was 1.10.2), the shortcut to "Toggle Line Comment" (which was
Ctrl+/) now zooms out, like when pressing (Ctrl+-). PressingCtrl+Shift+7does work, butShift+7is&. The actual layout when writing text, is correctly set to US, but shortcuts are interpreted as DE.Steps to Reproduce:
Inside
Developer: Inspect Key Mappingsthere is noVK_OEM_2.Some interesting values:
The issue seems to be that when there are multiple layouts configured, VS Code sets as key layout the first value for
layoutformsetxkbmap -query, ignoring the current layout. If I switch to been,dethen VS Code uses the EN layout, as it is the first in the list. It would be handy if VS Code could use the current layout instead of the first from the list.