New question #171679 on Sikuli: https://answers.launchpad.net/sikuli/+question/171679
Hi all.... I need open the RUN window, in windows7 I tried : keyDown(Key.WIN) keyUp() but I get the following error: [error] Ocurrió un error en la línea 1 [error] Mensaje de error: Traceback (most recent call last): File "C:\Users\edpollak\AppData\Local\Temp\sikuli-tmp7886578015894000532.py", line 1, in keyDown(Key.WIN) at sun.awt.windows.WRobotPeer.keyPress(Native Method) at java.awt.Robot.keyPress(Unknown Source) at org.sikuli.script.DesktopRobot.doType(DesktopRobot.java:101) at org.sikuli.script.DesktopRobot.typeChar(DesktopRobot.java:118) at org.sikuli.script.Region.keyDown(Region.java:881) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) Tried with this too: type(KeyModifier.META) but I get....: [error] Mensaje de error: Traceback (most recent call last): File "C:\Users\edpollak\AppData\Local\Temp\sikuli-tmp5081655784921470837.py", line 1, in type(KeyModifier.META) TypeError: type(): 1st arg can't be coerced to String Any help please?? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

