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
If you hit a printable key while you have a selection from the transcript, it will forget your selection and jump you down to the input area.
If you use non-printable key commands (like Ctrl-C) it will not jump you, instead letting you copy and make your selection.
But if you select and copy text with Ctrl-C...and still have the selection on the transcript...Ctrl-V acts as a no-op. It would be nicer if it would consider a paste operation to be a "printable key" and jump accordingly.
This might be hard...because the paste event is probably blocked at the browser level. So this would mean sidestepping the browser's abstract pasting concept and going to the key level to simulate a paste when a Ctrl-V (or Command-V on mac) is received.
The text was updated successfully, but these errors were encountered:
If you hit a printable key while you have a selection from the transcript, it will forget your selection and jump you down to the input area.
If you use non-printable key commands (like Ctrl-C) it will not jump you, instead letting you copy and make your selection.
But if you select and copy text with Ctrl-C...and still have the selection on the transcript...Ctrl-V acts as a no-op. It would be nicer if it would consider a paste operation to be a "printable key" and jump accordingly.
This might be hard...because the paste event is probably blocked at the browser level. So this would mean sidestepping the browser's abstract pasting concept and going to the key level to simulate a paste when a Ctrl-V (or Command-V on mac) is received.
The text was updated successfully, but these errors were encountered: