Scrcpy: Copy from device to computer clipboard (Ctrl + C)

Created on 28 Aug 2018  路  3Comments  路  Source: Genymobile/scrcpy

I was looking for a quick way to get some copied text from my device onto my computer. Tried Ctrl + C and it didn't work. Any reason for this? Would be pretty useful for a lot of my workflow.

I'm on a Pixel with the latest scrcpy 1.3. Tried Ctrl + C with text in a textbox, selected text in a textbox, and long-pressed and copied selected text in a textbox.

feature request

Most helpful comment

I know this is not a solution at all, and it's barely relevant. But in some cases, like mine in which I needed to automate some workflows, my workaround was to use a service that allows you to interact with the android clipboard system via adb, called clipper.

Depending on your workflow this might help you. And who knows, maybe there's something on that old, old repo that could be helpful for implementing this feature on scrcpy.

All 3 comments

This is a duplicate of https://github.com/Genymobile/scrcpy/issues/145 (so I'm closing this one).

Tried Ctrl + C and it didn't work. Any reason for this?

Mainly because it has the same implications as https://github.com/Genymobile/scrcpy/issues/8#issuecomment-371819839.

I know this is not a solution at all, and it's barely relevant. But in some cases, like mine in which I needed to automate some workflows, my workaround was to use a service that allows you to interact with the android clipboard system via adb, called clipper.

Depending on your workflow this might help you. And who knows, maybe there's something on that old, old repo that could be helpful for implementing this feature on scrcpy.

Implemented on dev branch. See https://github.com/Genymobile/scrcpy/issues/145#issuecomment-497484917.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

targor picture targor  路  3Comments

YurieCo picture YurieCo  路  4Comments

cordac1 picture cordac1  路  4Comments

cutoseo picture cutoseo  路  4Comments

fleytman picture fleytman  路  4Comments