Merge pull request #3659 from cdr/jsjoeio/update-android-docs

docs(termux): add backspace workaround for android
This commit is contained in:
Joe Previte 2021-06-28 10:05:46 -07:00 committed by GitHub
commit a7a6d7e22a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 2 deletions

View File

@ -53,9 +53,18 @@ There is a known issue with the backspace key not working correctly when using t
- [Issues with Backspace in Codespaces on Android (Surface Duo)](https://github.com/microsoft/vscode/issues/107602)
- [Support mobile platforms](https://github.com/xtermjs/xterm.js/issues/1101)
Workaround: use a Bluetooth keyboard.
Workaround #1: Modify Keyboard Dispatch Settings
1. Open the Command Palette
2. Search for "Preferences: Open Settings (JSON)"
3. Add `"keyboard.dispatch": "keyCode"`
The backspace button should work now.
(Thanks to @Nefomemes for the suggestion! See [comment](https://github.com/cdr/code-server/issues/1141#issuecomment-789463707))
Workaround #2: use a Bluetooth keyboard.
For more context, see issues:
- [500 error: 3.9.2 not working on Android + Termux](https://github.com/cdr/code-server/issues/3036)
- [Document Android backspace issue](https://github.com/cdr/code-server/issues/3079)
- [Issue #3079](https://github.com/cdr/code-server/issues/3079)