first of all im pretty much beginner with eg , so I greet all you veterans^^...
I need some help , basicly what I want to know is :
1. how to send messages from my pcs eventghost to my windows tablets evenghost ( for a start )
2. (advanced)Then send my pcs clipboard to my windows tablets eventghost & set it as a clipoard there
I did that kind of stuff already with autoremote plugin with the help of some tutorial vids..
what happened there was that I could set & get my clipboard with these lines..
copy=:={eg.WinApi.Clipboard.GetClipboardText()} ( sends the text "copy" and "my pcs clipboard" to the other device
eg.WinApi.Clipboard.SetClipboardText(eg.event.payload.arcomm) ( this is a command that is used to set my current clipboard to the recieved payload )
on the sending android devices it worked like this :
the send message was copy=:=arcomm
while "arcomm" was set to %CLIP ( which is the tasker command of androids clipboard ) so basicly the same as the python command eg.WinApi.Clipboard.GetClipboardText()
... any idea how I can make all that work without the autoremote plugin , since I think it only can work from android to eventghost ?
I want the same function , but this time around eventghost to eventghost ...
sadly im not familiar with python scripts.. so thats why I need help
Would be nice if you could guide me on this one.