From 958c5203ec0c5d12f0e4bab20338b89a236ae5de Mon Sep 17 00:00:00 2001 From: Quentin Quaadgras Date: Tue, 21 Nov 2023 06:16:17 +1300 Subject: [PATCH] Update Termux docs on how to enable keyboard shortcuts and tab key (#6539) --- docs/termux.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/termux.md b/docs/termux.md index 82aa995ad..491f16a4a 100644 --- a/docs/termux.md +++ b/docs/termux.md @@ -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) @@ -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 -