Skip to content

Commit c16845b

Browse files
committed
docs: add backspace issue to termux.md
1 parent 4e34eb9 commit c16845b

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

docs/termux.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- [Upgrading](#upgrading)
88
- [Known Issues](#known-issues)
99
- [Search issue](#search-issue)
10+
- [Backspace not working](#backspace-not-working)
1011

1112
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
1213

@@ -16,7 +17,7 @@ Termux is an Android terminal application and Linux environment, which can also
1617

1718
## Installation
1819

19-
1. Install Termux from the [Google Play Store](https://play.google.com/store/apps/details?id=com.termux&hl=en_US&gl=US)
20+
1. Install Termux from the [Google Play Store](https://play.google.com/store/apps/details?id=com.termux)
2021
2. Make sure it's up-to-date by running `apt update && apt upgrade`
2122
3. Install required packages: `apt install build-essential python git nodejs yarn`
2223
4. Install code-server: `yarn global add code-server`
@@ -44,3 +45,17 @@ ln -s $PREFIX/bin/rg ./lib/vscode/node_modules/vscode-ripgrep/bin/rg
4445
```
4546

4647
For more context, see [comment](https://github.com/cdr/code-server/issues/1730#issuecomment-721515979).
48+
49+
### Backspace not working
50+
51+
There is a known issue with the backspace key not working correctly when using the on-screen keyboard on Android. This is due to an upstream issue. Read more:
52+
53+
- [Issues with Backspace in Codespaces on Android (Surface Duo)](https://github.com/microsoft/vscode/issues/107602)
54+
- [Support mobile platforms](https://github.com/xtermjs/xterm.js/issues/1101)
55+
56+
Workaround: use a Bluetooth keyboard.
57+
58+
For more context, see issues:
59+
60+
- [500 error: 3.9.2 not working on Android + Termux](https://github.com/cdr/code-server/issues/3036)
61+
- [Document Android backspace issue](https://github.com/cdr/code-server/issues/3079)

0 commit comments

Comments
 (0)