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.

[FIXED] Emulate Keystroke not processed {eg.event.payload}

Found a bug in EventGhost? Report it here.
Post Reply
User avatar
Pako
Plugin Developer
Posts: 2294
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic
Contact:

[FIXED] Emulate Keystroke not processed {eg.event.payload}

Post by Pako »

In the name of the topic has been all the necessary mentioned.
Pako
Bartman
Plugin Developer
Posts: 881
Joined: Sun Feb 12, 2006 9:03 am

Re: Emulate Keystroke not processed {eg.event.payload}

Post by Bartman »

happens her too.
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'
User avatar
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}

Post by Pako »

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'
Yes, this is it.
But I saw, that in the SVN rep. is already prepared corrected version.
Pako
Post Reply