NodeJS version: N/A
What is the expected behaviour? When pressing Ctrl and a number n, the default behaviour in Firefox is to switch to tab number n (e.g. if I have three tabs, Ctrl-2 will lead me to the second tab)
What do you see instead? When watching a video on PeerTube, Ctrl-
Browser console log if useful (Gist/Pastebin...): N/A
Maybe we could use letters-only modifiers to like g+1 to go to the beginning of a video. That way we would avoid clashing with browser modifiers.
Actually, why not just use the number keys without modifiers. This is what YouTube does, although they limit it to the full screen view.
I just figured yesterday night that YouTube did what @rezonant describes. This seems good in terms of UX
Related option in the videojs plugin we use for hotkeys is enableModifiersForNumbers as shown in https://github.com/ctd1500/videojs-hotkeys/pull/35.
That's a quick fix then :)
EDIT: Merge Request is here
Most helpful comment
Actually, why not just use the number keys without modifiers. This is what YouTube does, although they limit it to the full screen view.