-
Notifications
You must be signed in to change notification settings - Fork 38
add Copy tweet content to clipboard option on right click #421
Comments
Or, these actions could be added to right-clicking on the 'time' of a tweet (currently there are 'open link' and 'copy link address') |
The current right click menus are created by GTK for links, which is why they are there. About the feature request: Could you elaborate the usecase for this? I'm not sure how necessary it is when you can do the same with one click more. Also:
It definitely would only be one action, so likely the more complete one. That aside, you bring up a good question about how accessible features need to be from a Tweet list for the current rewrite. |
It's not 1 click more.
|
Still, the question is: |
I think it's useful. When I do "Share" on my Android phone using Twidere then I create an email with the text and a link to the tweet. And I agree that it's useful because it saves you having to open the tweet (double-click for me) and have it do all of those extra HTTP requests (which we should avoid wherever possible for low bandwidth users). Quite how we fit it into the UI is another issue! I know we were trying to limit the drop-down UI options, but a few bits like this may be placed in a "three dots" menu. Maybe we keep the reply/RT/like in there and put translate, delete and copy in the menu? Extra actions that people are less likely to use, keeps the Twitter options as the visible ones, and having Delete be a step away isn't a bad thing anyway (even with a confirmation dialog) |
Currently the only way to copy the tweet's content into clipboard is by left-clicking on a tweet to open its thread and then selecting the content.
Would be nice to have a simpler way to do it from Home timeline.
e.g. when one right-clicks the tweet there's a set of icons for Twitter actions (retweet, like, etc).
Would be nice to have 'copy tweet' icon there.
Obviously, that would copy the whole tweet into clipboard, probably it would be even better to have 2 icons - only content and @name+datetime+content
The text was updated successfully, but these errors were encountered: