Page 1 of 1

Copy Text from Statusbar notification to clipboard

Posted: 26 Jul 2017 15:07
by abuHaafidz
I'm trying figure out what action to use to copy text from the statusbar notification.

I've managed to get the trigger and condition working.

Thanks, Martin!

Re: Copy Text from Statusbar notification to clipboard

Posted: 26 Jul 2017 15:16
by Desmanto
Trigger : Notification on Statusbar Displayed
You can access all variable derived from this trigger. Check the help to see them all, or just use Condition : Debug Dialog to see all the variable and its content.

To copy these variable to clipboard, use
Action : Copy Text to Clipboard
At the Text, fill in the variable you wanna copy, for example {notification_text}

Re: Copy Text from Statusbar notification to clipboard

Posted: 27 Jul 2017 21:54
by abuHaafidz
Thanks, got it working!