Documentation is work in progress and not completeEditor
3D System

3D Keyboard Shortcuts

The 3D system has a small shortcut set covering gizmo mode switching and dismissing the shape picker.

Shortcuts

KeyModeAction
W3D EditSwitch gizmo to Translate mode
E3D EditSwitch gizmo to Rotate mode
R3D EditSwitch gizmo to Scale mode
EscapeShape PickerClose the 3D shape picker modal

Implementation Note

The W/E/R shortcuts are not implemented in the core 3D files. They are handled by the UI layer wrapping ThreeDPropertiesPanel, which calls engine.setGizmoMode(). The gizmo buttons in the properties panel provide the same functionality by click.