sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #27644
Re: [Question #252980]: Is there a way to long press ALT key .
Question #252980 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/252980
Status: Open => Answered
Eugene S proposed the following answer:
Hi,
If you mean just Alt + TAB you can do that in the following manner:
type(Key.TAB, KeyModifier.ALT)
You can read more about that in key modifiers section:
http://doc.sikuli.org/keys.html#KeyModifier
Theoretically, there are "keyDown" and "keyUp" commands. More info here:
http://doc.sikuli.org/region.html#Region.keyDown
http://doc.sikuli.org/region.html#Region.keyUp
However, you should also notice that according to the documentation(first link), key modifiers should only be used in the modifiers parameter with functions like type(), rightClick(), etc. They should never be used with keyDown() or keyUp().
Cheers,
Eugene
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.