From b2b52bcc417a1d420e6fc360bac512d9dcb477c9 Mon Sep 17 00:00:00 2001 From: chickenwingavalanche <138962341+chickenwingavalanche@users.noreply.github.com> Date: Tue, 11 Jul 2023 18:37:46 -0600 Subject: [PATCH] Add missing scene player shortcuts to Help -> Keyboard Shortcuts (#3903) Co-authored-by: chickenwingavalanche --- ui/v2.5/src/docs/en/Manual/KeyboardShortcuts.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui/v2.5/src/docs/en/Manual/KeyboardShortcuts.md b/ui/v2.5/src/docs/en/Manual/KeyboardShortcuts.md index 98c13cad0..693910b78 100644 --- a/ui/v2.5/src/docs/en/Manual/KeyboardShortcuts.md +++ b/ui/v2.5/src/docs/en/Manual/KeyboardShortcuts.md @@ -64,6 +64,8 @@ | `p n` | Play next scene in queue | | `p p` | Play previous scene in queue | | `p r` | Play random scene in queue | +| `Space` | Play/pause player | +| `Enter` | Play/pause player | | `←` | Seek backwards by 10 seconds | | `→` | Seek forwards by 10 seconds | | `Shift + ←` | Seek backwards by 5 seconds | @@ -73,6 +75,9 @@ | `{1-9}` | Seek to 10-90% duration | | `[` | Scrub backwards 10% duration | | `]` | Scrub forwards 10% duration | +| `↑` | Increase volume 10% | +| `↓` | Decrease volume 10% | +| `m` | Toggle mute | ### Scene Markers tab shortcuts