From 2bbda0448a372136dafdafb7940062b63fdc9f45 Mon Sep 17 00:00:00 2001 From: 4ian <1280130+4ian@users.noreply.github.com> Date: Wed, 19 Aug 2026 08:17:15 +0000 Subject: [PATCH] [Auto] [Update] Document the "F" focus-on-selection shortcut in the 2D scene editor --- automated_updates_data.json | 2 +- docs/gdevelop5/interface/scene-editor/index.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/automated_updates_data.json b/automated_updates_data.json index 88dd158d37..8347fbbf44 100644 --- a/automated_updates_data.json +++ b/automated_updates_data.json @@ -1,5 +1,5 @@ { - "last_automated_updates_commit": "7902b7ffb6c673b0ef13f5a23b85ce339cf6de40", + "last_automated_updates_commit": "0b26e61459e6af1a0b8c5db94d3170d78fa0b208", "last_improved_things": [ { "date": "2026-02-16", diff --git a/docs/gdevelop5/interface/scene-editor/index.md b/docs/gdevelop5/interface/scene-editor/index.md index 3522d35d1d..161bb275c2 100644 --- a/docs/gdevelop5/interface/scene-editor/index.md +++ b/docs/gdevelop5/interface/scene-editor/index.md @@ -119,6 +119,11 @@ By clicking the grid button in the toolbar, you get multiple options: By clicking on the zoom button, you can change the zoom level inside the scene editor: ![](/gdevelop5/interface/scene-editor/pasted/20230307-154849.png) + +### Focus on the selection + +Select one or more instances and press **F** to center the view on them without changing the zoom level. This makes it easy to get back to the instances you are working on after navigating around the scene. + ## Launch a preview of the scene By clicking on the "Preview" button, you can launch a preview of your game.