Skip to content

Commit

Permalink
Update Termux docs on how to enable keyboard shortcuts and tab key (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Splizard authored Nov 20, 2023
1 parent edf078d commit 958c520
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/termux.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- [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)
- [Extra](#extra)
- [Keyboard Shortcuts and Tab Key](#keyboard-shortcuts-and-tab-key)
- [Create a new user](#create-a-new-user)
- [Install Go](#install-go)
- [Install Python](#install-python)
Expand Down Expand Up @@ -121,6 +122,17 @@ NODE_OPTIONS="--require /path/to/android-as-linux.js" code-server

## 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

To create a new user follow these simple steps -
Expand Down

0 comments on commit 958c520

Please sign in to comment.