Skip to content

Commit 1a6fa12

Browse files
authored
Merge pull request #584 from paweljarosz/master
Small fix for kbd in Editor Overview
2 parents 07e5f24 + 5b60c2b commit 1a6fa12

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/en/manuals/editor.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ MY PROJECTS
2626
TEMPLATES
2727
: Contains empty or almost empty basic projects made for quick start of a new Defold project for certain platforms or using certain extensions.
2828

29+
2930
TUTORIALS
3031
: Contains projects with guided tutorials to learn, play and modify, if you would like to follow a tutorial.
3132

33+
3234
SAMPLES
3335
: Contains projects prepared to showcase certain use cases.
3436

@@ -143,7 +145,7 @@ In the `View` menu you can also toggle or change other visibility related settin
143145
If you have multiple files open, a separate tab for each file is shown at the top of the Editor view. Tabs in a single pane can be moved around - <kbd>Drag and Drop</kbd> them to swap their positions inside the tabs bar. You can also:
144146

145147
- <kbd>Right Mouse Click</kbd> on a tab to open a _Context Menu_,
146-
- Click `Close` (<<kbd>Ctrl</kbd>/<kbd>⌘ Cmd</kbd> + <kbd>W</kbd>) a single tab,
148+
- Click `Close` (<kbd>Ctrl</kbd>/<kbd>⌘ Cmd</kbd> + <kbd>W</kbd>) a single tab,
147149
- Click `Close Others` to close all tabs except the selected one,
148150
- Click `Close All` (<kbd>Ctrl</kbd>/<kbd>⌘ Cmd</kbd> + <kbd>Shift</kbd>+<kbd>W</kbd>) to close all tabs in the active pane,
149151
- Select `➝| Open As` - to use other than default editor or associated external tool set in `File ▸ Preferences ▸ Code ▸ Custom Editor`. Check more in [Preferences manual](/manuals/editor-preferences).

0 commit comments

Comments
 (0)