Adds more keyboard shortcuts for YouTube. The list of all new shortcuts is added into new "More Shortcuts" section on YouTube's "Keyboard shortcuts" popup which can be accessed via "?" or SHIFT+/ key (on U.S. keyboards).
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
I tried both:
{key: "37", mods: "", desc: "Rewind video by 5 seconds", func: a => videoSeekBy(-5)},
and
{key: "ArrowLeft", mods: "", desc: "Rewind video by 5 seconds", func: a => videoSeekBy(-5)},
and could not get it to work :(
can you help?