Copy paste code does not work v0.4.1.r1544
Posted: Fri Mar 02, 2012 3:20 pm
I copied a piece of code but no matter where I click on in EventGhost the paste command will not show so I can not paste the code in at all. Only the current commands I have created myself that I do a copy and paste works but try to copy and paste any xml code it does not work. Example command from my EG.
The above code I am not able to paste into EG at all I have to manually edit the xml file to use the above code. Windows 7 Ultimate 32bit.
Code: Select all
<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1544">
<Macro Name="Volume Up" Expanded="True">
<Event Name="DXusbPCR.Volume+" />
<Action>
System.ChangeMasterVolumeBy(1.0, 0)
</Action>
<Action>
EventGhost.ShowOSD(u'Master Volume {int(round(eg.result))}%', u'0;-64;0;0;0;700;0;0;0;0;3;2;1;34;Arial', (255, 255, 255), (0, 0, 0), 6, (0, 60), 1, 3.0, True)
</Action>
<Action>
EventGhost.AutoRepeat(0.5, 0.20000000000000001, 0.029999999999999999, 0.0)
</Action>
</Macro>
</EventGhost>