1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-17 14:11:06 +00:00

Add shortcut to reset cursor position in 3D Editor ( #166 )

The shortcut will focus the origin after you moved around with shift + mouse3.
The default shortcut is the letter "O", like "F" for focus.
This can be customized in the editor shortcuts menu.

Closes #166

(cherry picked from commit 63abe3dcd0)
This commit is contained in:
Fabio Alessandrelli
2016-10-04 20:39:38 +02:00
committed by Rémi Verschelde
parent 82dfaf7af6
commit d0ff75c91c
2 changed files with 8 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ friend class SpatialEditor;
VIEW_RIGHT,
VIEW_FRONT,
VIEW_REAR,
VIEW_CENTER_TO_ORIGIN,
VIEW_CENTER_TO_SELECTION,
VIEW_ALIGN_SELECTION_WITH_VIEW,
VIEW_PERSPECTIVE,