Skip to content

Commit c37ab1e

Browse files
Seperate Search shortcuts from the Player table (#128)
* Update keyboard-shortcuts.md * rebase
1 parent c74e703 commit c37ab1e

File tree

1 file changed

+32
-27
lines changed

1 file changed

+32
-27
lines changed

usage/keyboard-shortcuts.md

+32-27
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,38 @@ permalink: /usage/keyboard-shortcuts/
77

88
FreeTube features a variety of keyboard shortcuts that you can use while watching videos. The current list is available keyboard shortcuts are as follows:
99

10-
| Key | Function |
11-
| ----------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
12-
| Space Bar or K | Play / Pause video |
13-
| J | Rewind 10 seconds / Rewind video based on current Video Playback Rate (Ex: Video Playback Rate 6x, rewinds 60 seconds of the video) |
14-
| L | Forward 10 seconds / Fast-Forward video based on current Video Playback Rate (Ex: Video Playback Rate 4x, Fast-Forward 40 seconds of the video) |
15-
| F | Enter / Exit Fullscreen |
16-
| M | Mute / Unmute volume |
17-
| C | Turn subtitles on / off |
18-
| O | Decrease video speed based on Video Playback Rate Interval (Ex: Video Playback Rate Interval 0.1x, decreases video speed by 0.1x) |
19-
| P | Increase video speed based on Video Playback Rate Interval (Ex: Video Playback Rate Interval 0.5x, increases video speed by 0.5x) |
20-
| I | Enter / Exit Picture in Picture Mode |
21-
| S | Enter / Exit Full Window Mode |
22-
| T | Enter / Exit Theatre Mode |
23-
| D | Show video statistics modal |
24-
| U | Take a Screenshot of a video (Must be enabled under the Player Settings) |
25-
| Up Arrow | Increase volume |
26-
| Down Arrow | Decrease volume |
27-
| Left Arrow | Rewind X seconds based on the Rewind Interval and current Video Playback Rate (Ex: 5 seconds Rewind Interval and Video Playback Rate 1x, rewinds video 5 seconds) |
28-
| Right Arrow | Fast-Forward X seconds based on the Fast-Forward Interval and current Video Playback Rate (Ex: 5 seconds Fast-Forward Interval and Video Playback Rate 2x, fast-forwards video 10 seconds) |
29-
| Command/Ctrl + Left Arrow | Jump to the previous chapter if chapter feature is enabled and also present in the video being watched |
30-
| Command/Ctrl + Right Arrow | Jump to the next chapter if chapter feature is enabled and also present in the video being watched |
31-
| 0-9 | Skip through video by percentage (Ex: 3 key to skip through 30% of a video) |
32-
| Alt + D or Command/Ctrl + L | Focus on the search bar |
33-
| Play or Pause | Play / Pause video |
34-
| Previous or Next | Skips to the Previous / Next video in a playlist |
35-
| , or . | While the video is paused, skip to the previous / next frame. |
36-
| SHIFT + Enter or SHIFT + Click on Search button | Search in a new window |
10+
| Key | Function |
11+
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
12+
| Space Bar or K | Play / Pause video |
13+
| J | Rewind 10 seconds / Rewind video based on current Video Playback Rate (Ex: Video Playback Rate 6x, rewinds 60 seconds of the video) |
14+
| L | Forward 10 seconds / Fast-Forward video based on current Video Playback Rate (Ex: Video Playback Rate 4x, Fast-Forward 40 seconds of the video) |
15+
| F | Enter / Exit Fullscreen |
16+
| M | Mute / Unmute volume |
17+
| C | Turn subtitles on / off |
18+
| O | Decrease video speed based on Video Playback Rate Interval (Ex: Video Playback Rate Interval 0.1x, decreases video speed by 0.1x) |
19+
| P | Increase video speed based on Video Playback Rate Interval (Ex: Video Playback Rate Interval 0.5x, increases video speed by 0.5x) |
20+
| I | Enter / Exit Picture in Picture Mode |
21+
| S | Enter / Exit Full Window Mode |
22+
| T | Enter / Exit Theatre Mode |
23+
| D | Show video statistics modal |
24+
| U | Take a Screenshot of a video (Must be enabled under the Player Settings) |
25+
| Up Arrow | Increase volume |
26+
| Down Arrow | Decrease volume |
27+
| Left Arrow | Rewind X seconds based on the Rewind Interval and current Video Playback Rate (Ex: 5 seconds Rewind Interval and Video Playback Rate 1x, rewinds video 5 seconds) |
28+
| Right Arrow | Fast-Forward X seconds based on the Fast-Forward Interval and current Video Playback Rate (Ex: 5 seconds Fast-Forward Interval and Video Playback Rate 2x, fast-forwards video 10 seconds) |
29+
| Command/Ctrl + Left Arrow | Jump to the previous chapter if chapter feature is enabled and also present in the video being watched |
30+
| Command/Ctrl + Right Arrow | Jump to the next chapter if chapter feature is enabled and also present in the video being watched |
31+
| 0-9 | Skip through video by percentage (Ex: 3 key to skip through 30% of a video) |
32+
| Play or Pause | Play / Pause video |
33+
| Previous or Next | Skips to the Previous / Next video in a playlist |
34+
| , or . | While the video is paused, skip to the previous / next frame. |
35+
36+
Shortcuts related to searching:
37+
38+
| Key | Function |
39+
| ----------------------------------------------- | ----------------------- |
40+
| Alt + D or Command/Ctrl + L | Focus on the search bar |
41+
| SHIFT + Enter or SHIFT + Click on Search button | Search in a new window |
3742

3843
The Subscription, Trending, and Most Popular Pages have the following shortcuts:
3944

0 commit comments

Comments
 (0)