mirror of https://github.com/coder/code-server.git
Update Termux docs on how to enable keyboard shortcuts and tab key (#6539)
This commit is contained in:
parent
edf078d1d2
commit
958c5203ec
|
@ -10,6 +10,7 @@
|
||||||
- [Git won't work in `/sdcard`](#git-wont-work-in-sdcard)
|
- [Git won't work in `/sdcard`](#git-wont-work-in-sdcard)
|
||||||
- [Many extensions including language packs fail to install](#many-extensions-including-language-packs-fail-to-install)
|
- [Many extensions including language packs fail to install](#many-extensions-including-language-packs-fail-to-install)
|
||||||
- [Extra](#extra)
|
- [Extra](#extra)
|
||||||
|
- [Keyboard Shortcuts and Tab Key](#keyboard-shortcuts-and-tab-key)
|
||||||
- [Create a new user](#create-a-new-user)
|
- [Create a new user](#create-a-new-user)
|
||||||
- [Install Go](#install-go)
|
- [Install Go](#install-go)
|
||||||
- [Install Python](#install-python)
|
- [Install Python](#install-python)
|
||||||
|
@ -121,6 +122,17 @@ NODE_OPTIONS="--require /path/to/android-as-linux.js" code-server
|
||||||
|
|
||||||
## Extra
|
## Extra
|
||||||
|
|
||||||
|
### Keyboard Shortcuts and Tab Key
|
||||||
|
|
||||||
|
In order to support the tab key and use keyboard shortcuts, add this to your
|
||||||
|
settings.json:
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"keyboard.dispatch": "keyCode"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
### Create a new user
|
### Create a new user
|
||||||
|
|
||||||
To create a new user follow these simple steps -
|
To create a new user follow these simple steps -
|
||||||
|
|
Loading…
Reference in New Issue