Can't use the code search available via Strg+F on the "de" layout:
Is there an existing issue for this?
- [X] I have searched the existing issues
OS/Web Information
- Web Browser: Firefox/Chrome
- Local OS: Windows 11
- Remote OS: Ubuntu
- Remote Architecture: aarch64
-
code-server --version: 4.19.0-ls182
Steps to Reproduce
- open code-server
- Layout: de
- press Strg+F
Expected
search window popup of vs code
Actual
search windows popup of Firefox/Chrome that can't search the whole file
Logs
INFO Resolving connection token (code.tld)... workbench.web.main.js:645:3383 INFO Resolved connection token (code.tld) after 1 ms workbench.web.main.js:645:3383 INFO Creating a socket (renderer-Management-4de760bd-2653-40ca-8abe-c511e2264e20)... workbench.web.main.js:645:3383 INFO Creating a socket (renderer-Management-4de760bd-2653-40ca-8abe-c511e2264e20) was successful after 117 ms. workbench.web.main.js:645:3383 Laden fehlgeschlagen für das
Screenshot/Video
https://github.com/coder/code-server/assets/69057532/f04bb85a-e756-49c1-8b12-65e49bf31bca
Does this issue happen in VS Code or GitHub Codespaces?
- [X] I cannot reproduce this in VS Code.
- [X] I cannot reproduce this in GitHub Codespaces.
Are you accessing code-server over a secure context?
- [X] I am using a secure context.
Notes
It is only a Problem on windows testing it on Android it is working fine
I wonder if it will work if you change keyboard.dispatch to keyCode in the settings? I think there are issues with layout mapping in the web version of VS Code. https://github.com/microsoft/vscode/issues/23991#issuecomment-1817754940
Where is this setting located?
You can use the command palette but if you are having keybinding issues you might need to open settings via File > Preferences > Settings or use the gear icon in the bottom left corner.
Oh and from there, I usually just search "keycode" and it is the only setting that pops up.
Sorry but it can't find anything could you describe where to find it?
Did you click File (from the three line icon) then Preferences then Settings? Check out the VS Code documentation for more information on how to find settings including screenshots: https://code.visualstudio.com/docs/getstarted/settings#_settings-editor
I know that but IT can't find "keycode" in the settings
Weird, maybe try searching for keyboard.dispatch? Here is what comes up for me:
Closing as stale but feel free to comment if you come back to this.