Condition for clipboard

Post your questions and help other users.

Moderator: Martin

Post Reply
Theowi
Posts: 16
Joined: 08 Jan 2015 11:45

Condition for clipboard

Post by Theowi » 01 Sep 2016 11:07

Please assist
I want to make a condition... To see if there is info on the clipboard

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Condition for clipboard

Post by Martin » 01 Sep 2016 19:03

Hi,

You can use action Copy Text from Clipboard to copy the text currently on the clipboard to the variable clip_data and then use condition Expression: isEmpty(clip_data) to check if there's something in the variable.
Trigger Clipboard Changed could also be interesting if you want to work with the clipboard.

Regards,
Martin

Theowi
Posts: 16
Joined: 08 Jan 2015 11:45

Re: Condition for clipboard

Post by Theowi » 03 Sep 2016 01:47

Hey Martin

My reason for this is when im going to run the trigger(Shortcut Trigger) for a second time then the condition should be false.. to say the data i previously entered should still be there

Post Reply