Empty the clipboard
Moderator: Martin
Empty the clipboard
I don't see an action for this, but I would like to have a flow empty the clipboard. Preferably leaving the locked items.
Re: Empty the clipboard
Just use Action Copy Text to Clipboard and leave the Text field blank. When executed, it will replace the clipboard with blank/empty content (nothing).
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Re: Empty the clipboard
Action Copy Text to Clipboard with blank text does not affect the clipboard in any way.
Re: Empty the clipboard
Try to put a text there, like "Hello". Does it change the clipboard? Or you can use script to assign a blank value, then use this as the text.
then in text field put
{blank}
Code: Select all
blank = "";
{blank}
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.