File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 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
126138To create a new user follow these simple steps -
You can’t perform that action at this time.
0 commit comments