From 5b60c2b9ec7d701dacf60f16ef90678e2d7a30fe Mon Sep 17 00:00:00 2001 From: paweljarosz Date: Thu, 27 Nov 2025 12:33:55 +0100 Subject: [PATCH] Small fix for kbd in Editor Overview --- docs/en/manuals/editor.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/en/manuals/editor.md b/docs/en/manuals/editor.md index 24d64f8c..7b424de8 100644 --- a/docs/en/manuals/editor.md +++ b/docs/en/manuals/editor.md @@ -26,9 +26,11 @@ MY PROJECTS TEMPLATES : Contains empty or almost empty basic projects made for quick start of a new Defold project for certain platforms or using certain extensions. + TUTORIALS : Contains projects with guided tutorials to learn, play and modify, if you would like to follow a tutorial. + SAMPLES : Contains projects prepared to showcase certain use cases. @@ -143,7 +145,7 @@ In the `View` menu you can also toggle or change other visibility related settin 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 - Drag and Drop them to swap their positions inside the tabs bar. You can also: - Right Mouse Click on a tab to open a _Context Menu_, -- Click `Close` (<Ctrl/⌘ Cmd + W) a single tab, +- Click `Close` (Ctrl/⌘ Cmd + W) a single tab, - Click `Close Others` to close all tabs except the selected one, - Click `Close All` (Ctrl/⌘ Cmd + Shift+W) to close all tabs in the active pane, - 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).