Skip to content

Commit 958c520

Browse files
authored
Update Termux docs on how to enable keyboard shortcuts and tab key (#6539)
1 parent edf078d commit 958c520

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/termux.md

+12
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- [Git won't work in `/sdcard`](#git-wont-work-in-sdcard)
1111
- [Many extensions including language packs fail to install](#many-extensions-including-language-packs-fail-to-install)
1212
- [Extra](#extra)
13+
- [Keyboard Shortcuts and Tab Key](#keyboard-shortcuts-and-tab-key)
1314
- [Create a new user](#create-a-new-user)
1415
- [Install Go](#install-go)
1516
- [Install Python](#install-python)
@@ -121,6 +122,17 @@ NODE_OPTIONS="--require /path/to/android-as-linux.js" code-server
121122

122123
## Extra
123124

125+
### Keyboard Shortcuts and Tab Key
126+
127+
In order to support the tab key and use keyboard shortcuts, add this to your
128+
settings.json:
129+
130+
```json
131+
{
132+
"keyboard.dispatch": "keyCode"
133+
}
134+
```
135+
124136
### Create a new user
125137

126138
To create a new user follow these simple steps -

0 commit comments

Comments
 (0)