pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update tips and add more keyboard shortcut info

Pas fe426a74 3a31d172

+12 -12
+4 -12
src/assets/locales/en.json
··· 268 268 "syncSubtitlesEarlier": "Sync subtitles earlier (-0.5s)", 269 269 "syncSubtitlesLater": "Sync subtitles later (+0.5s)", 270 270 "barrelRoll": "Do a barrel roll! 🌀", 271 - "closeOverlay": "Close overlay/modal" 271 + "closeOverlay": "Close overlay/modal", 272 + "widescreenMode": "to toggle the widescreen button visibility", 273 + "copyLinkWithTime": "+ click the title to copy the link with time" 272 274 }, 273 275 "conditions": { 274 276 "notInWatchParty": "Not in watch party", ··· 850 852 "8": "Set a custom subtitle color!", 851 853 "9": "Migrate your account to a new backend in settings!", 852 854 "10": "Join the Discord!", 853 - "11": "Use [ and ] to adjust subtitle timing!", 854 - "12": "Press SPACE or K to play/pause!", 855 - "13": "Use LEFT and RIGHT arrow keys to skip 5 seconds!", 856 - "14": "Use J and L keys to skip 10 seconds!", 857 - "15": "Press F to toggle fullscreen!", 858 - "16": "Press M to toggle mute!", 859 - "17": "Use UP and DOWN arrows to change volume!", 860 - "18": "Press < and > to change playback speed!", 861 - "19": "Press . and , to move frame by frame when paused!", 862 - "20": "Press C to toggle subtitles!", 863 - "21": "Press R to do a barrel roll!" 855 + "11": "Hold ` to view keyboard shortcuts!" 864 856 } 865 857 }, 866 858 "time": {
+8
src/components/overlays/KeyboardCommandsModal.tsx
··· 121 121 key: "Escape", 122 122 description: t("global.keyboardShortcuts.shortcuts.closeOverlay"), 123 123 }, 124 + { 125 + key: "Shift", 126 + description: t("global.keyboardShortcuts.shortcuts.copyLinkWithTime"), 127 + }, 128 + { 129 + key: "Shift", 130 + description: t("global.keyboardShortcuts.shortcuts.widescreenMode"), 131 + }, 124 132 ], 125 133 }, 126 134 ];