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
Backspace hotkey is not working if you'll set speed for example to x16 and then rewind to start.
You'll need to start playback and then it's possible to reset speed.
Button 1:1 is working though.
I think it's related to #40 might be some conflicts with term.js reading keyDown events, because cursos is blinking when Backspace is pressed.
The text was updated successfully, but these errors were encountered:
Hmm. I couldn't reproduce this on current scribery branch. My steps were:
Open a recording
Click "play"
Click "x2" repeatedly until the speed is "x16"
Click "play" again to pause playback
Click "rewind to start"
Press the Backspace key on the keyboard
Click "play" again to resume playback
The speed resets in my case. Both on the screen and in playback. Did I miss something? If I did, please describe the exact steps to reproduce this. Thanks!
Backspace hotkey is not working if you'll set speed for example to x16 and then rewind to start.
You'll need to start playback and then it's possible to reset speed.
Button 1:1 is working though.
I think it's related to #40 might be some conflicts with term.js reading
keyDown
events, because cursos is blinking when Backspace is pressed.The text was updated successfully, but these errors were encountered: