In the name of the topic has been all the necessary mentioned.
Pako
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
[FIXED] Emulate Keystroke not processed {eg.event.payload}
Re: Emulate Keystroke not processed {eg.event.payload}
happens her too.
Do you get the same error message?
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'- Pako
- Plugin Developer
- Posts: 2294
- Joined: Sat Nov 11, 2006 1:31 pm
- Location: Czech Republic
- Contact:
Re: Emulate Keystroke not processed {eg.event.payload}
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'
But I saw, that in the SVN rep. is already prepared corrected version.
Pako