-
Notifications
You must be signed in to change notification settings - Fork 46
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
Copy-to-clipboard doesn't work across multiple lines #427
Comments
Thanks @bwkimmel . I mentioned this in #428 - Lute thinks each separate line is a standalone sentence, which is why the copy seems busted. I'll have to see if there's a good solution for this, it gets tricky! Until a decent solution is written, my hack workaround for you would be to edit the imported files so that each sentence is on the same line. |
Looking at this again, thought it would be quick. The manual at https://luteorg.github.io/lute-manual/usage/keyboard-bindings.html says:
There's no "control-C" shortcut. so it's a bit different than what this issue requests. But as mentioned, the UI does allow highlighting across lines, so it would feel logical (to me) for the copy to copy everything that was highlighted ... maybe a new "control-C" shortcut would be the clearest thing to do. |
Hi again. I'm implementing "copy full page" as part of #495 , which should mostly suffice. I forgot about an undocumented feature: if you hold down shift while mouse-down-dragging across multiple sentences: when you release the mouse, Lute says "Copied to clipboard!" and then you can paste it:
(the paste above differs b/c I did two different click and drags to make the picture vs the paste) |
I added a page to the manual about copying text, I thought it was needed. Thanks for the nudge. 👋 https://luteorg.github.io/lute-manual/usage/reading/copying-text.html |
Description
I cannot copy multiple lines of text to the clipboard.
To Reproduce
Steps to reproduce the behavior, e.g.:
CTRL+C
to copy the text.Screenshots
Highlighted text (step 2):
Copied text (step 3-4): 평일에는 동네에 있는 체육관에서
Expected: two lines of text should have been copied.
Extra software info, if not already included in the Description:
The text was updated successfully, but these errors were encountered: