Multiclipboard
Posted: 29 Apr 2013 14:27
The multiclipboard flows require Automagic 1.17 and Android 3+ to listen for changes on the system clipboard.
Following two flows build a very simple multiclipboard with up to 5 different texts on the clipboard. The values on the clipboard can be accessed using a statusbar notification (labels icon).
http://automagic4android.com/flow.php?i ... 80a620dd94
Enable both flows after importing and copy some texts with the regular Android copy command to populate the clipboard.
You can find the two flows in the group Multiclipboard after importing:
Flow 1) Multiclipboard Watcher: Listens for changes on the regular system clipboard and copies a new text into a global variable called global_multiclipboard. The script in this flow ensures that the list of multiclipboard texts does not grow too large (max 5 values) and contains each text only once.
Flow 2) Multiclipboard Dialog: Uses a trigger to show a notification in the statusbar that displays the texts currently on the multiclipboard using an action Input Dialog. The selected text in the dialog is copied to the regular system clipboard when the dialog is closed using the OK button.
Martin
Edit 2016-07-22: Small change to keep the max size of the list consistently at 5
Following two flows build a very simple multiclipboard with up to 5 different texts on the clipboard. The values on the clipboard can be accessed using a statusbar notification (labels icon).
http://automagic4android.com/flow.php?i ... 80a620dd94
Enable both flows after importing and copy some texts with the regular Android copy command to populate the clipboard.
You can find the two flows in the group Multiclipboard after importing:
Flow 1) Multiclipboard Watcher: Listens for changes on the regular system clipboard and copies a new text into a global variable called global_multiclipboard. The script in this flow ensures that the list of multiclipboard texts does not grow too large (max 5 values) and contains each text only once.
Flow 2) Multiclipboard Dialog: Uses a trigger to show a notification in the statusbar that displays the texts currently on the multiclipboard using an action Input Dialog. The selected text in the dialog is copied to the regular system clipboard when the dialog is closed using the OK button.
Martin
Edit 2016-07-22: Small change to keep the max size of the list consistently at 5