clipper icon indicating copy to clipboard operation
clipper copied to clipboard

Is there a way to remove the clipboard content?

Open chulele opened this issue 7 years ago • 2 comments

How to do it

chulele avatar Jan 09 '18 09:01 chulele

Cannot you do this by setting an empty string? e.g. am broadcast -a clipper.set -e text ""

majido avatar Jan 09 '18 18:01 majido

I think you need to send a space, which may or may not require escaping.

am broadcast -a clipper.set -e text " " or am broadcast -a clipper.set -e text "\ "

unstablereality avatar Jan 25 '19 19:01 unstablereality