Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion automated_updates_data.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"last_automated_updates_commit": "d52d42d3b4dd16f7cd57727fdd80f721fc0f6f80",
"last_automated_updates_commit": "651c93ae1fb976f575ab896b5866e205003bc633",
"last_improved_things": [
{
"date": "2026-02-16",
Expand Down
6 changes: 6 additions & 0 deletions docs/gdevelop5/interface/events-editor/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down