More files added. Updated game_launcher and apple launcher.

This commit is contained in:
Storm Dragon
2025-07-12 21:08:06 -04:00
parent e997a3571b
commit 423da45ef3
14 changed files with 488 additions and 7 deletions
+19
View File
@@ -0,0 +1,19 @@
# Using the Music Player
Behind the scenes, music is handled with the mpv media player. This gives you the ability to adjust various settings during playback. Here is a non-exhaustive list of keybindings to get you started. For more, please see [the mpv man page](https://mpv.io/manual/stable/).
- Space: Pause or resume playback.
- Backspace: Reset to default.
- F1: Announce current track information.
- 9: Decrease volume.
- 0: Increase volume.
- Less Than: Previous track.
- Greater Than: Next track.
- Left Arrow: Seek backward.
- Right Arrow: Seek forward.
- Down Arrow: Seek backward by a larger increment.
- Up Arrow: Seek forward by a larger increment.
- Left Bracket: Slow down playback.
- Right Bracket: Speed up playback.
- q: Close mpv.
- Shift+Q: Save your position in the current track and close mpv.