From 6791196299dd390d6fd79c79c15f26d44f328757 Mon Sep 17 00:00:00 2001 From: Kushagra Date: Tue, 2 Dec 2025 23:45:14 +0530 Subject: [PATCH] Update key mappings description for 2D and 3D Workspaces Updating the Docs to reflect the latest in-editor Terminology. PR link of issue for the discussion - https://github.com/godotengine/godot/pull/109234#issuecomment-3588022376 --- tutorials/editor/default_key_mapping.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/editor/default_key_mapping.rst b/tutorials/editor/default_key_mapping.rst index d876cd5a1f5..6db615b7b80 100644 --- a/tutorials/editor/default_key_mapping.rst +++ b/tutorials/editor/default_key_mapping.rst @@ -31,9 +31,9 @@ General editor actions +-----------------------+-------------------------------+------------------------------+----------------------------------+ | Action name | Windows, Linux | macOS | Editor setting | +=======================+===============================+==============================+==================================+ -| Open 2D Editor | :kbd:`Ctrl + F1` | :kbd:`Cmd + Ctrl + 1` | ``editor/editor_2d`` | +| Open 2D Workspace | :kbd:`Ctrl + F1` | :kbd:`Cmd + Ctrl + 1` | ``editor/editor_2d`` | +-----------------------+-------------------------------+------------------------------+----------------------------------+ -| Open 3D Editor | :kbd:`Ctrl + F2` | :kbd:`Cmd + Ctrl + 2` | ``editor/editor_3d`` | +| Open 3D Workspace | :kbd:`Ctrl + F2` | :kbd:`Cmd + Ctrl + 2` | ``editor/editor_3d`` | +-----------------------+-------------------------------+------------------------------+----------------------------------+ | Open Script Editor | :kbd:`Ctrl + F3` | :kbd:`Cmd + Ctrl + 3` | ``editor/editor_script`` | +-----------------------+-------------------------------+------------------------------+----------------------------------+