-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
[Bug]: Keyboard shortcuts can't work on Android browsers #6480
Comments
I don't have schedule to use code-server in this phone on other machine. |
add this to your seeting.json {
"keyboard.dispatch": "keyCode"
} |
@zongou I added this to the documentation, maybe this configuration could be enabled by default on mobile browsers? not sure on the feasibility of this, perhaps a core contributor can comment on this. |
it is easy to change the default value, i agree that we should change the default value. PR will come soon |
If at all possible, see if it can be changed upstream, I think Microsoft would want Codespaces to work well on mobile browsers as well. The fewer patches we have to maintain the better! |
Sorry,I have too things to do...I will try your solutions next week. |
@zongou Thank you!Your solution work! mmexport1700973077059.mp4 |
Is there an existing issue for this?
OS/Web Information
code-server --version
:4.17.1Steps to Reproduce
Expected
I can change it and the input will show it,such as"Ctrl+Alt+h",and I can use it normally in editor.
Actual
When I try to change it,the input show like "Ctrl+unknown" and I can't use it normally.
I tried all of the keyboard on Android that they can input Ctrl and so on. I tried the keyboard on other website that can use keyboard shortcuts and they're work correctly.
Why I don't use physical keyboard?Because I don't have Bluetooth keyboard and I want to use vscode without physical keyboard.
Logs
It's too big,and I will put a file under.(you maybe should change .txt.png to .txt)
i txt png
Screenshot/Video
mmexport1696859088561.mp4
Does this issue happen in VS Code or GitHub Codespaces?
Are you accessing code-server over HTTPS?
Notes
PLEASE DON'T care about "I am using HTTPS. "check box.On local address can't have HTTPS!I'm only check it to avoid check.
The text was updated successfully, but these errors were encountered: