In Youtube Option+right arrow skip to next chapter, shortcut works with keyboard, but doesn't work in BTT, I've tried it with several browsers and other trackpad gestures.
Does anyone know what could be happening?
For previous chapter option+left arrow works perfectly.
Have same exact issue. For some reason YouTube ignores Option+RightArrow.
However, it recognizes the same shortcut sent using AppleScript (downside: requires YT windows focus):
tell application "System Events"
key code 124 using option down
end tell