Skip to content

Commit af29b3c

Browse files
nuess0rkblaschke
authored andcommitted
Add description of GUI controls to README.md
1 parent c64cb72 commit af29b3c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Diff for: README.md

+22
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,28 @@ It will listen to audio input and produce mesmerizing visuals. Some commands are
77
This project is in a bit of a transition state and is in the process of being modernized. There are many rough edges at
88
present.
99

10+
## GUI controls
11+
12+
13+
| Command | Keyboard | Mouse | Game Controller |
14+
| --- | --- | --- | --- |
15+
| Add a new waveform | | `ctrl` + Left | |
16+
| Clear all custom waveforms | | Middle | |
17+
| Toggle full screen | `ctrl` + `f` | Right | A |
18+
| Show/hide GUI | `esc` | | Start |
19+
| Random preset | `r` | | B |
20+
| Next preset | `n` | | D-Pad right |
21+
| Previous preset | `p` | | D-Pad left |
22+
| Increase beat sensitivity | `Up` | Wheel up | D-Pad up |
23+
| Decrease beat sensitivity | `Down` | Wheel down | D-Pad down |
24+
| Toggle shuffle | `y` | | Y |
25+
| Last preset | `Backspace` | | Guide |
26+
| TogglePresetLocked | `Space` | | X |
27+
| NextAudioDevice | `ctrl` + `i` | | Shoulder left |
28+
| NextDisplay | `ctrl` + `m` | | Shoulder right |
29+
| Toggle aspect ratio correction | `a` | | |
30+
| Quit | `q` | | Back |
31+
1032
## Building from source
1133

1234
### Build and install libprojectM

0 commit comments

Comments
 (0)