YouTube next chapter shortcut

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.

1 Like

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
1 Like

Thank you very much, it worked, I’m new to scripts, do you use blocking or async in background?