Nodid you uninstall the free?
I don't know. Now with a restart it works.Also did you restart EventGhost?
Thank you!
erwin
Nodid you uninstall the free?
I don't know. Now with a restart it works.Also did you restart EventGhost?
Code: Select all
import win32clipboard
# get clipboard data
win32clipboard.OpenClipboard()
try:
c = win32clipboard.GetClipboardData(13)
except:
c = ""
win32clipboard.CloseClipboard()
if c == "":
print "GetClipboardData error: No text in clipboard."
else:
#print c
c = c.replace('\n', ' ')
c = c.replace('\r', ' ')
eg.plugins.NetworkSender.plugin.Send("System.Clipboard", [c])
it seems to be json filebut I noticed that the export.ter files are pretty much a proprietary XML file
I think, an open documentation of the format of this *.ter file would be a great chance for 3 parties developers to support terRemote.Would it be possible to create a PC-based layout manager which could then export layouts to a Terremote-readable export.ter file?