From 32ae46ad4d3b9f9933c1a8571fc08ef368bb8c50 Mon Sep 17 00:00:00 2001 From: 4ian <1280130+4ian@users.noreply.github.com> Date: Tue, 12 May 2026 09:10:42 +0000 Subject: [PATCH] [Auto] [Update] Document Select All and deselect shortcuts in the Events editor --- automated_updates_data.json | 2 +- docs/gdevelop5/interface/events-editor/index.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/automated_updates_data.json b/automated_updates_data.json index 963bfb8c415..b765a04fcf0 100644 --- a/automated_updates_data.json +++ b/automated_updates_data.json @@ -1,5 +1,5 @@ { - "last_automated_updates_commit": "d52d42d3b4dd16f7cd57727fdd80f721fc0f6f80", + "last_automated_updates_commit": "651c93ae1fb976f575ab896b5866e205003bc633", "last_improved_things": [ { "date": "2026-02-16", diff --git a/docs/gdevelop5/interface/events-editor/index.md b/docs/gdevelop5/interface/events-editor/index.md index 95731510318..b74a9055cfd 100644 --- a/docs/gdevelop5/interface/events-editor/index.md +++ b/docs/gdevelop5/interface/events-editor/index.md @@ -109,6 +109,12 @@ You can change the colour of **comments** and **event group** by right-clicking ![](/gdevelop5/interface/events-editor/pasted/20230313-183427.png) +## Select events + +Click on an event to select it. To select multiple events, hold **Ctrl** (or **Cmd** on macOS) or **Shift** while clicking — clicking again on an already selected event removes it from the selection. + +Use **Ctrl/Cmd+A** to select all events in the current sheet, and **Ctrl/Cmd+Shift+A** (or **Esc**) to deselect everything. + ## Delete selected events By clicking the Delete selected events button, selected events will be removed from the event sheet, as well as any subevents. (you can also press the Delete key)