You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that vscode uses as keyboard layout for the shortcuts the input source language that is active when the program is launched. Once the program is running, changing the source input language does not affect the way vscode interpretes the keys for shortcuts. This only affects the shortcuts, not general typing.
Steps to Reproduce:
In Ubuntu set input source language to EN
launch vscode and in an editor try the comment line shortcut, ctrl + /
switch language to IT
press again the keys ctrl + /, which in IT layout should be read as ctrl + -, that is the shortcut for zoom out. However it still executes the comment line shortcut.
Now, close vscode and try the opposite.
In Ubuntu set the input source language to IT
launch vscode and in an editor and press ctrl + /. Now this is read correctly as ctrl + - and the font size decreases
switch language to EN
press again the keys ctrl + /. Once again, the font size decreases instead of performing the comment line shortcut.
I also verified the same problem when switching from English (US) to German.
The text was updated successfully, but these errors were encountered:
It appears that vscode uses as keyboard layout for the shortcuts the input source language that is active when the program is launched. Once the program is running, changing the source input language does not affect the way vscode interpretes the keys for shortcuts. This only affects the shortcuts, not general typing.
Steps to Reproduce:
Now, close vscode and try the opposite.
I also verified the same problem when switching from English (US) to German.
The text was updated successfully, but these errors were encountered: