File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 10
10
- [ Git won't work in ` /sdcard ` ] ( #git-wont-work-in-sdcard )
11
11
- [ Many extensions including language packs fail to install] ( #many-extensions-including-language-packs-fail-to-install )
12
12
- [ Extra] ( #extra )
13
+ - [ Keyboard Shortcuts and Tab Key] ( #keyboard-shortcuts-and-tab-key )
13
14
- [ Create a new user] ( #create-a-new-user )
14
15
- [ Install Go] ( #install-go )
15
16
- [ Install Python] ( #install-python )
@@ -121,6 +122,17 @@ NODE_OPTIONS="--require /path/to/android-as-linux.js" code-server
121
122
122
123
## Extra
123
124
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
+
124
136
### Create a new user
125
137
126
138
To create a new user follow these simple steps -
You can’t perform that action at this time.
0 commit comments