Transferring and editing clipboards with an editor.
The clipboard seems to be saved in the file
/data/data/com.touchtype.swiftkey/files/sk_clipboard.json
In the format:
[{"text":"got to go","shortcut":"gtg","autoadded":false,"type":0,"time":1492725132883,"pinned":true,"id":-1564447774732413305},{"text":"talk to you later","shortcut":"ttyl","autoadded":false,"type":0,"time":1492725147435,"pinned":true,"id":6547053964925614970},{"text":"roll on floor laughing","shortcut":"rofl","autoadded":false,"type":0,"time":1492725106689,"pinned":true,"id":-4117318488391139085},{"text":"laugh out loud","shortcut":"lol","autoadded":false,"type":0,"time":1492725070054,"pinned":true,"id":-5929198689301258005}]
There are three numerical values here that seems to affect how swiftkey adds a clip to the clipboard.
type/time/id
Is there a method or formula to add the relevant numerical values so the keyboard accepts the edited clipboard?
-Thank you