-
Notifications
You must be signed in to change notification settings - Fork 34.3k
Closed as not planned
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugeditor-inputEditor text inputEditor text inputeditor-input-IMEEditor input of characters not on keyboardEditor input of characters not on keyboardinfo-neededIssue requires more information from posterIssue requires more information from posterlinuxIssues with VS Code on LinuxIssues with VS Code on Linux
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.67.1
- OS Version: Ubuntu 20.04.4 LTS
Steps to Reproduce:
- Configure your keyboard with Spanish layout
- launch vscode with gtk input method xim.
GTK_IM_MODULE="xim" code
- try to write any of the following characters
^
,`
,´
,á
,é
,í
,ó
,ú
,ü
, etc...
The reason to use xim input method is due to (#48480 (comment)). launching vscode with ibus or using a different keyboard layout makes those character tp work fine, but then some keyboard shorcut stop working.
Also, it seems that this issue affects only vscode, since launching other gtk applications (such as gnome-calculator) with input method "xim" doesn't make those character to fail.
serranomorante and NullDev
Metadata
Metadata
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugeditor-inputEditor text inputEditor text inputeditor-input-IMEEditor input of characters not on keyboardEditor input of characters not on keyboardinfo-neededIssue requires more information from posterIssue requires more information from posterlinuxIssues with VS Code on LinuxIssues with VS Code on Linux