code-server icon indicating copy to clipboard operation
code-server copied to clipboard

Can't use the code search available via Strg+F on the "de" layout:

Open archef2000 opened this issue 2 years ago • 8 comments

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

  1. open code-server
  2. Layout: de
  3. 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

archef2000 avatar Nov 23 '23 21:11 archef2000

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

code-asher avatar Nov 27 '23 20:11 code-asher

Where is this setting located?

archef2000 avatar Nov 27 '23 20:11 archef2000

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.

code-asher avatar Nov 27 '23 21:11 code-asher

Oh and from there, I usually just search "keycode" and it is the only setting that pops up.

code-asher avatar Nov 27 '23 21:11 code-asher

Sorry but it can't find anything could you describe where to find it?

archef2000 avatar Nov 27 '23 21:11 archef2000

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

code-asher avatar Nov 28 '23 18:11 code-asher

I know that but IT can't find "keycode" in the settings

archef2000 avatar Nov 28 '23 18:11 archef2000

Weird, maybe try searching for keyboard.dispatch? Here is what comes up for me:

keycode

code-asher avatar Nov 28 '23 19:11 code-asher

Closing as stale but feel free to comment if you come back to this.

code-asher avatar Jul 12 '24 22:07 code-asher