jellyfin-web icon indicating copy to clipboard operation
jellyfin-web copied to clipboard

Don’t bind to keyevents of media keys when browser support mediaSession

Open gnattu opened this issue 3 months ago • 10 comments

These events are already handled by MediaSession. On some operating systems, like Windows, the browser will send both the MediaSession event and the keydown event to the webpage, causing the event to be handled twice and resulting in issues.

Changes

Remove media key binding in keyboardNavigation

Issues

Fixes #5523

gnattu avatar May 17 '24 08:05 gnattu