-
Notifications
You must be signed in to change notification settings - Fork 460
Framework Key Bindings
Bartłomiej Dach edited this page Aug 7, 2023
·
12 revisions
osu!framework has framework key bindings in FrameworkActionContainer for specific actions listed below:
| Key binding | Framework action |
|---|---|
| Ctrl+F1 | Toggles the draw visualiser. |
| Ctrl+F2 | Toggles the global statistics (and enabled performance logging while visible). |
| Ctrl+F3 | Toggles the texture atlas viewer. |
| Ctrl+F7 | Cycle frame limiter modes. |
| Ctrl+Alt+F7 | Cycle threading execution modes (single-/multithreaded). |
| Ctrl+F9 | Toggles the audio mixer viewer. |
| Ctrl+F10 | Toggles the log overlay. |
| Ctrl+F11 | Cycles through the frame statistics view states. (Minimized, Extended) |
| Alt+Enter / F11 | Cycles through the game window view modes. (Windowed, Fullscreen, Borderless) |
In addition, TestBrowser implementation also allow for the following key bindings:
| Key binding | Action |
|---|---|
| Ctrl+H | Hide the tests list sidebar |
| Ctrl+F / Cmd+F | Focus the search box |
| Ctrl+R / Cmd+R | Reload the currently displayed test scene |
- Create your first project
- Learning framework key bindings
- Adding resource stores
- Adding custom key bindings
- Adding custom fonts