-
Notifications
You must be signed in to change notification settings - Fork 1
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
[feature] Paste Modes #43
Comments
In v2 there is actually another keyboard shortcut that copies the selected text and adds it to the queue, did not think anyone would use that but now I now 😄 It is Shift+CommandOrControl+V For adding but I guess no one discovered it so far - I just stumbled across it one day while looking through the code I think just having a dropdown in the settings for what is supposed to happen when the clipboard changes is the best way to do this |
If you add a drop-down menu next to the input field, this will generally be convenient and easy to use. |
Just had another thought about this and was wondering:
I am assuming there needs to be some kind of filter like only URLs are added automatically, possibly only add URLs that are not in the queue? I am slightly worried about implications of continuously sending out requests to random URLs / users might not be aware that it is happening. I guess I would also need a notification to appear whenever a URL is automatically pasted or something like that.
When would you want this? Current implementation has the clipboard by default and user can override it by typing into the input field. |
Sorry, for a late response. I should try use your program more after all updates since april. I will give you feedback |
Feature Request:
Please add an option to switch between different link paste modes.
Modes:
Reason:
Different programs use different approaches to the user's workflow. While I personally prefer the semi-automatic option in "open video downloader", I think other modes should be available too.
The text was updated successfully, but these errors were encountered: