Shortcut Guide
Here is a list of shortcuts to help you use and develop in ProjectP more conveniently.
| Shortcut | Function | Description |
|---|---|---|
| Ctrl + Alt + D | Toggle Debug Console | Opens or closes the debug console window, where you can check in-game logs or enter commands. |
| Ctrl + Alt + I | Toggle Runtime Inspector | Opens or closes the inspector window, allowing you to view and modify the properties of objects in real-time. |
| Ctrl + Alt + T | Toggle Object Handles | Activates the handle (gizmo) feature, which allows you to directly select and edit objects within the world. |
| └ P, R, S | └ Change Handle Mode | With the object handle active, you can press P (Position), R (Rotation), or S (Scale) to switch between manipulation modes. |
| Ctrl + Alt + R | Reset Inventory Items | Resets the activation status of all items in the player's inventory. This is useful for resolving errors related to item equipping. |
| Esc | Close Active Window | Deactivates the currently open Debug Console, Runtime Inspector, or Object Handle mode and returns to the default state. |