hi
i want to type ALT+A
my code is:
reg = Region()
reg.type("a", Key.ALT())
and i define Key class by add this code to sxclasses.py :
class Key(SXBase):
SXClass = SXKey
that SXKey = SXPKG.script.Key
but after run :
Traceback (most recent call last):
File "testSikulix4python.py", line 22, in <module>
reg.type("a", Key.ALT())
AttributeError: type object 'Key' has no attribute 'ALT'
Tanks 🌹🙏🏻