codebicycle / videospeed

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

Feature Request: differentiate capital and lowercase keypresses for shortcuts #167

Closed magnus-ISU closed 2 years ago

magnus-ISU commented 2 years ago

This would make it a lot easier to not conflict with website keybindings I think.

magnus-ISU commented 2 years ago

I'm working on this and while I have an issue at the moment it should be possible to finish in a day or two. One issue is that this will involve breaking behavior in that previously, the defaults matched both upper and lowercase keys. But if they are differentiated, the defaults would have to match one or the other (lowercase makes more sense). Is that a serious problem?