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
A feature (hotkey) that copies the current subtitles to my clipboard.
Alternative behavior of the wanted feature
Currently, it only copies one-line subtitles.
Log file
Hi! I need help with a feature (hotkey) to copy the subtitles to my clipboard.
I manage to come up with this:
c run "cmd.exe" "/d" "/c" "echo ${sub-text}|clip"
But it only copies one-line subtitles (and ignores two-line subtitles). Can someone help me?
Sorry if this is the wrong place to post it. I'm a bit clueless with GitHub and everything around it...
The text was updated successfully, but these errors were encountered:
Expected behavior of the wanted feature
A feature (hotkey) that copies the current subtitles to my clipboard.
Alternative behavior of the wanted feature
Currently, it only copies one-line subtitles.
Log file
Hi! I need help with a feature (hotkey) to copy the subtitles to my clipboard.
I manage to come up with this:
c run "cmd.exe" "/d" "/c" "echo ${sub-text}|clip"
But it only copies one-line subtitles (and ignores two-line subtitles). Can someone help me?
Sorry if this is the wrong place to post it. I'm a bit clueless with GitHub and everything around it...
The text was updated successfully, but these errors were encountered: