Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keyboard paste shortcut won't paste when transcript selected #59

Open
hostilefork opened this issue Apr 15, 2019 · 0 comments
Open

Keyboard paste shortcut won't paste when transcript selected #59

hostilefork opened this issue Apr 15, 2019 · 0 comments
Labels
low priority wish New feature or request

Comments

@hostilefork
Copy link
Owner

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.

@hostilefork hostilefork added low priority wish New feature or request labels Apr 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low priority wish New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant