Add uppercase variants

Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
Bill Thornton
2024-08-16 11:06:26 -04:00
committed by GitHub
parent 0e3f6fa77b
commit 92e5d692ea
+2
View File
@@ -1341,9 +1341,11 @@ export default function (view) {
playbackManager.previousChapter(currentPlayer);
break;
case 'g':
case 'G':
subtitleSyncOverlay?.decrementOffset();
break;
case 'h':
case 'H':
subtitleSyncOverlay?.incrementOffset();
break;
}