From c1d8eda6de596e06534e614ca66c08d0ca682fa8 Mon Sep 17 00:00:00 2001 From: DallasHuff Date: Wed, 17 Sep 2025 20:44:12 -0500 Subject: [PATCH] Add Create Resource Hotkey Documents the default hotkey for "New Resource" in the filesystem dock. --- tutorials/editor/default_key_mapping.rst | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/tutorials/editor/default_key_mapping.rst b/tutorials/editor/default_key_mapping.rst index 642373488ee..493ef920064 100644 --- a/tutorials/editor/default_key_mapping.rst +++ b/tutorials/editor/default_key_mapping.rst @@ -436,15 +436,17 @@ File dialog FileSystem dock --------------- -+-------------+-----------------+-------------------+-------------------------------+ -| Action name | Windows, Linux | macOS | Editor setting | -+=============+=================+===================+===============================+ -| Copy Path | :kbd:`Ctrl + C` | :kbd:`Cmd + C` | ``filesystem_dock/copy_path`` | -+-------------+-----------------+-------------------+-------------------------------+ -| Duplicate | :kbd:`Ctrl + D` | :kbd:`Cmd + D` | ``filesystem_dock/duplicate`` | -+-------------+-----------------+-------------------+-------------------------------+ -| Delete | :kbd:`Del` | :kbd:`Cmd + BkSp` | ``filesystem_dock/delete`` | -+-------------+-----------------+-------------------+-------------------------------+ ++---------------+-------------------------+---------------------------+-------------------------------+ +| Action name | Windows, Linux | macOS | Editor setting | ++===============+=========================+===========================+===============================+ +| Copy Path | :kbd:`Ctrl + C` | :kbd:`Cmd + C` | ``filesystem_dock/copy_path`` | ++---------------+-------------------------+---------------------------+-------------------------------+ +| New Resource | :kbd:`Ctrl + Shift + R` | :kbd:`Cmd + Shift + R` | ``filesystem_dock/copy_path`` | ++---------------+-------------------------+---------------------------+-------------------------------+ +| Duplicate | :kbd:`Ctrl + D` | :kbd:`Cmd + D` | ``filesystem_dock/duplicate`` | ++---------------+-------------------------+---------------------------+-------------------------------+ +| Delete | :kbd:`Del` | :kbd:`Cmd + BkSp` | ``filesystem_dock/delete`` | ++---------------+-------------------------+---------------------------+-------------------------------+ Scene tree dock ---------------