hotkeys.js: add 'c' for transcript

This commit is contained in:
zrose584
2020-09-11 21:21:56 +02:00
parent 786d3eb445
commit 94ece08a1e
3 changed files with 38 additions and 3 deletions

View File

@@ -608,6 +608,8 @@ Reload without invidious (for usage of new identity button).</a>
</details>
{% endif %}
{% endif %}
<script src="/youtube.com/static/js/common.js"></script>
{% if settings.use_video_hotkeys %}
<script src="/youtube.com/static/js/hotkeys.js"></script>
{% endif %}