For instance, with my Italian keyboard:
with AltGr + ' -> send `
with AltGr + ì -> send ~
when using the Emulate Keystrokes plugin i get this error:
Code: Select all
SendKeys: Can't translate character '~' to key sequence!
Error in Action: "Emulate Keystrokes: ~"
Traceback (most recent call last) (1640):
File "C:\PortableApps\EventGhost\App\eg\Classes\ActionBase.py", line 170, in CallWrapper
return self(*args)
File "C:\PortableApps\EventGhost\App\plugins\Window\SendKeys.py", line 122, in __call__
eg.SendKeys(hwnd, data, useAlternateMethod)
File "C:\PortableApps\EventGhost\App\eg\WinApi\SendKeys.py", line 434, in __call__
self.SendRawCodes2(keyData, hwnd)
File "C:\PortableApps\EventGhost\App\eg\WinApi\SendKeys.py", line 484, in SendRawCodes2
for virtualKey in block:
TypeError: 'NoneType' object is not iterable