sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #03013
[Question #159851]: Key combination use the include alphanumeric chars
New question #159851 on Sikuli:
https://answers.launchpad.net/sikuli/+question/159851
Hi all
I tried to use shortcuts, the one with only special chars are ok but when I try to use a combination key like: Ctrl+n (new doc)
it just doesn't work:
type("n",Key.CTRL)
(or any other combination with type that I could think of)
this combination works just when the application are in some state and not for all:
keyDown(Key.CTRL)
type("n")
keyUp(Key.CTRL)
is this could be solved?
I didn't find my Google answer to this question since most of the workarounds included an alternate special keys only...
thanks!
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.