codebicycle / videospeed

HTML5 video speed controller (for Firefox). WebExtensions port of Video Speed Controller Chrome extension.
419 stars 46 forks source link

Feature Request: Control + Scroll Wheel increases/decreases speed. #169

Closed magnus-ISU closed 2 years ago

magnus-ISU commented 2 years ago

This can be seen on Enhancer for Youtube, though the extension is proprietary unfortunately so we can't see how they did it.

Perhaps Control + MiddleMouse could then also reset the speed.

If instead of hardcoding these features we want to make them configurable, I think it would be challenging. But the rebinding of mouse input is a lot less useful imo than the rebinding of keyboard shortcuts. Perhaps just add a way to select a modifier key (defaulting to control) and then toggles to enable/disable scrolling and resetting.

magnus-ISU commented 2 years ago

Upstream issue and implementation.