mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Fix macOS Close Scene default shortcut
This commit is contained in:
@@ -49,7 +49,7 @@ General editor actions
|
||||
+-----------------------+-------------------------------+------------------------------+----------------------------------+
|
||||
| Open Scene | :kbd:`Ctrl + O` | :kbd:`Cmd + O` | ``editor/open_scene`` |
|
||||
+-----------------------+-------------------------------+------------------------------+----------------------------------+
|
||||
| Close Scene | :kbd:`Ctrl + Shift + W` | :kbd:`Cmd + Shift + W` | ``editor/close_scene`` |
|
||||
| Close Scene | :kbd:`Ctrl + Shift + W` | :kbd:`Cmd + W` | ``editor/close_scene`` |
|
||||
+-----------------------+-------------------------------+------------------------------+----------------------------------+
|
||||
| Reopen Closed Scene | :kbd:`Ctrl + Shift + T` | :kbd:`Cmd + Shift + T` | ``editor/reopen_closed_scene`` |
|
||||
+-----------------------+-------------------------------+------------------------------+----------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user