From e21d66ce8554dd9eff9c9d830ecdb413b4302f00 Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 3 Nov 2022 18:18:51 +0700 Subject: [PATCH] add video player shortcuts docs --- docs/Home.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/Home.md b/docs/Home.md index 7e641da..024682c 100644 --- a/docs/Home.md +++ b/docs/Home.md @@ -30,3 +30,12 @@ Table of contents: An empty checkbox icon unseen icon will show for videos you haven't marked as watched. Click on it and the icon will change to a filled checkbox seen icon indicating it as watched - click again to revert. When available the gridview icon gridview icon will display the list in a grid. A grid row holds 3 items by default, use the listview icon icon to add more or the listview icon icon to remove items per row, depending on your screen size. The listview icon listview icon will arrange the items in a list. The sort icon listview icon will open additional sort options. + +You can control the video player with the following keyboard shortcuts: +- `?`: Show help +- `m`: toggle mute +- `c`: toggle subtitles if available +- `>`: increase playback speed +- `<`: decrease playback speed +- `←` (left arrow): jump back 5 seconds +- `→` (right arrow): jump forward 5 seconds