mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 09:31:34 +00:00
Add F key to center 3d viewport to selected node
This commit is contained in:
parent
810d673e23
commit
93878992de
1 changed files with 3 additions and 0 deletions
|
|
@ -1407,6 +1407,9 @@ void SpatialEditorViewport::_sinput(const InputEvent &p_event) {
|
|||
|
||||
} break;
|
||||
|
||||
case KEY_F: {
|
||||
_menu_option(VIEW_CENTER_TO_SELECTION);
|
||||
} break;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue