From d63de5be5324768da3724cc3c88ba42eb082c5f7 Mon Sep 17 00:00:00 2001 From: efb4f5ff-1298-471a-8973-3d47447115dc <73130443+efb4f5ff-1298-471a-8973-3d47447115dc@users.noreply.github.com> Date: Mon, 23 May 2022 13:50:06 +0000 Subject: [PATCH] Update keyboard-shortcuts.md --- usage/keyboard-shortcuts.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/usage/keyboard-shortcuts.md b/usage/keyboard-shortcuts.md index ae5305a..1d87d74 100644 --- a/usage/keyboard-shortcuts.md +++ b/usage/keyboard-shortcuts.md @@ -10,21 +10,21 @@ FreeTube features a variety of keyboard shortcuts that you can use while watchin | Key | Function | | ------------- | ------------- | | Space Bar or K | Play / Pause video | -| J | Rewind 10 seconds / 2x the time-skip interval | -| L | Forward 10 seconds / 2x the time-skip interval | +| J | Rewind 10 seconds / Rewind video based on Video Playback Rate Interval (Ex: Video Playback Rate Interval 6x, rewinds 60 seconds of the video ) | +| L | Forward 10 seconds / Fast-Forward video based on Video Playback Rate Interval (Ex: Video Playback Rate Interval 4x, Fast-Forward 40 seconds of the video ) | | F | Enter / Exit Fullscreen | | M | Mute / Unmute volume | | C | Turn subtitles on / off | -| O | Decrease video speed by 0.25x | -| P | Increase video speed by 0.25x | +| O | Decrease video speed based on Video Playback Rate Interval (Ex: Video Playback Rate Interval 0.1x, decreases video speed by 0.1x) | +| P | Increase video speed based on Video Playback Rate Interval (Ex: Video Playback Rate Interval 0.5x, increases video speed by 0.5x) | | I | Enter / Exit Picture in Picture Mode | | S | Enter / Exit Full Window Mode | | T | Enter / Exit Theatre Mode | | D | Show video statistics modal | | Up Arrow | Increase volume | | Down Arrow | Decrease volume | -| Left Arrow | Rewind 5 seconds / the time-skip interval | -| Right Arrow | Forward 5 seconds / the time-skip interval | +| Left Arrow | Rewind X seconds based on the Rewind Interval and Video Playback Rate Interval (Ex: 5 seconds Rewind Interval and Video Playback Rate Interval 1x, rewinds video 5 seconds) | +| Right Arrow | Fast-Forward X seconds based on the Fast-Forward Interval and Video Playback Rate Interval (Ex: 5 seconds Fast-Forward Interval and Video Playback Rate Interval 2x, fast-forwards video 10 seconds) | | 0-9 | Skip through video by percentage (Ex: 3 key to skip through 30% of a video) | | Alt + D or Command/Ctrl + L | Focus on the search bar |