-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
Custom compose key configuration does not work #34277
Comments
@mlainz Is this a problem only with the editor or does this reproduce also when wanting to use this key combination in e.g. the find widget input or the search viewlet input boxes ? Also, do these work in Chromium ? |
The key combination doesn't work anywhere on vscode. I tried on Chromium and exactly the same happens (standard key combinations work, custom ones don't). I guess it's a Chromium/electron problem, then. |
Yes, the bug is referenced here. |
This is an upstream issue (possibly within Chromium), and there are no known workarounds that we could implement on our side. This means there is no possible code change for us to do in VS Code sources to improve things. To keep the number of issues in our inbox at a manageable level, we’re closing issues that have been on the backlog for a long time but haven’t gained traction or that are not actionable. Thank you for your time and understanding. |
Reopened due to comment #43526 (comment) from @timtro The issue is identical to this one, #34277. The issue was closed because Chrome displayed the same behaviour, indicating an upstream problem. However, I am currently able to use my custom compose combinations from |
I am having the same issue in the Atom text editor as well as vscode so perhaps this issue should be addressed upstream in the electron framework? A thread of my issue: https://askubuntu.com/questions/1038657/how-can-custom-compose-key-combinations-be-defined-for-all-applications |
Good news everyone! This bug is fixed in Atom 1.28 which means that upgrading to Electron 2.0 will (should) fix this problem. It looks like Electron 2.0 upgraded to Chrome 61 which must have been enough to fix the problem. |
I think the bug is already fixed in the last update. |
Did vscode upgrade to electron 2.0 or did something else happen? |
Yes, the latest stable version of VSCode is on Electron 2.0.7 |
I have configured some custom keybindings for entering unicode symbols using the compose key. They work on other programs but not on vscode.
For example, the default "compose" + "." + "." does type "…", as expected.
However my custom "compose" + "g" + "a", which should type "α", as it does in other programs, does not work.
A fix or a workarround would be welcomed.
Steps to Reproduce:
<Multi_key> <g> <a> : "α"
Reproduces without extensions: Yes
The text was updated successfully, but these errors were encountered: