File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,18 @@ There is a known issue with the backspace key not working correctly when using t
53
53
- [ Issues with Backspace in Codespaces on Android (Surface Duo)] ( https://github.com/microsoft/vscode/issues/107602 )
54
54
- [ Support mobile platforms] ( https://github.com/xtermjs/xterm.js/issues/1101 )
55
55
56
- Workaround: use a Bluetooth keyboard.
56
+ Workaround #1 : Modify Keyboard Dispatch Settings
57
+
58
+ 1 . Open the Command Palette
59
+ 2 . Search for "Preferences: Open Settings (JSON)"
60
+ 3 . Add ` "keyboard.dispatch": "keyCode" `
61
+
62
+ The backspace button should work now.
63
+ (Thanks to @Nefomemes for the suggestion! See [ comment] ( https://github.com/cdr/code-server/issues/1141#issuecomment-789463707 ) )
64
+
65
+ Workaround #2 : use a Bluetooth keyboard.
57
66
58
67
For more context, see issues:
59
68
60
69
- [ 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 )
70
+ - [ Issue # 3079 ] ( https://github.com/cdr/code-server/issues/3079 )
You can’t perform that action at this time.
0 commit comments