You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pressing the Spacebar or K key pauses the stream, even when typing into chat in Chrome.
With the add-on disabled, using those keys in chat is does not pause.
The text was updated successfully, but these errors were encountered:
Nystrata
changed the title
Pressing the Spacebar pauses the stream, even when typing into chat
Pressing the Spacebar or K key pauses the stream, even when typing into chat
Mar 31, 2022
embed theatre mode (if i get commentaries right) function ttvTheaterMode mode is causing this , in cnt.js line 619 : top.window.addEventListener("keydown", keyEventHandler,true);
cause the events to get handled on the whole window, need some condition to either load or not this function on twitch / outside of twitch
if(window.location.hostname != 'www.twitch.tv' && window.location.hostname != 'twitch.tv'){top.window.addEventListener("keydown", keyEventHandler,true);}
or add this condition to the whole function call on line 271
Pressing the Spacebar or K key pauses the stream, even when typing into chat in Chrome.
With the add-on disabled, using those keys in chat is does not pause.
The text was updated successfully, but these errors were encountered: