[FIXED] Emulate Keystroke not processed {eg.event.payload}
Posted: Wed Dec 24, 2008 8:48 am
In the name of the topic has been all the necessary mentioned.
Pako
Pako
Support Forum
http://www.eventghost.net:80/forum/
Code: Select all
Error in Action: "Emulate Keystrokes: {eg.event.payload}"
Traceback (most recent call last) (1487):
File "D:\Media\EventGhost\eg\Classes\ActionClass.py", line 164, in CallWrapper
File "D:\Media\EventGhost\plugins\Window\SendKeys.py", line 125, in __call__
File "D:\Media\EventGhost\eg\WinApi\SendKeys.py", line 440, in __call__
File "D:\Media\EventGhost\eg\WinApi\SendKeys.py", line 491, in SendRawCodes2
TypeError: unsupported operand type(s) for &: 'list' and 'int'Yes, this is it.Bartman wrote:Do you get the same error message?Code: Select all
Error in Action: "Emulate Keystrokes: {eg.event.payload}" Traceback (most recent call last) (1487): File "D:\Media\EventGhost\eg\Classes\ActionClass.py", line 164, in CallWrapper File "D:\Media\EventGhost\plugins\Window\SendKeys.py", line 125, in __call__ File "D:\Media\EventGhost\eg\WinApi\SendKeys.py", line 440, in __call__ File "D:\Media\EventGhost\eg\WinApi\SendKeys.py", line 491, in SendRawCodes2 TypeError: unsupported operand type(s) for &: 'list' and 'int'