Skip to content
Open
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
4 changes: 2 additions & 2 deletions tutorials/editor/default_key_mapping.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`` |
+-----------------------+-------------------------------+------------------------------+----------------------------------+
Expand Down