ettoolong / PopupVideo

Firefox add-on, popup Youtube video to standalone window.
MIT License
16 stars 1 forks source link

[Feature Request] Keyboard shortcuts #19

Open Luxian opened 5 years ago

Luxian commented 5 years ago

YouTube videos playing inside the extension do not support keyboard shortcuts. Would be cool if one could use the standardard YouTube keyboard shortcuts like left/right arrow to fast forward or rewind, speed adjustments using Shift + . or Shift + , etc

Luxian commented 5 years ago

Possible a duplicate of https://github.com/ettoolong/PopupVideo/issues/11 ¯\_(ツ)_/¯

ettoolong commented 4 years ago

Hi @Luxian,

The main function in this add-on is convert YouTube URL from watch?v=videoID to embed/videoID and call window API to create popup with the new URL.

Seems YouTube Keyboard shortcuts not work in their iframe player. Workaround for this issue: listen the keyboard event in web page and call video tag function to do the same thing.

Thanks for your feedback.

TomberWolf commented 4 years ago

PLEASE add Shortcuts. It should be at least possible to pause / play and switch to fullscreen with "F"

ettoolong commented 4 years ago

Update version 0.0.10, Support

Luxian commented 4 years ago

Thank you, @ettoolong! Tested with YouTube and it works.

TomberWolf commented 4 years ago

Thank you sooo much!