Unity Basics
Interface

-
Scene view
Where the game is constructed -
Hierarchy
A list of GameObjects in the scene -
Inspector
Settings and components for currently selected asset/object -
Game view
The preview window (first person), active only in play mode -
Project
A list of your project's assets, acts as a library -
Console
Shows messages, warning and errors
Shortcuts
Unity provides several shortcuts bound to a Unity command.
INTERACT also features some shortcuts to Merge Parts (Shift+M), Physicalize (Shift+P) and Group Parts (Shift+G).
You can access the Unity Keyboard shortcuts and ShortcutManager to edit them or add your own ones.