sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #22594
Re: [Question #240173]: turning on high contrast mode using sikuli
Question #240173 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/240173
RaiMan proposed the following answer:
Sikuli deep inside works with Java and the Java feature behind the
keyboard and mouse actions is done with the Java Robot class (an
accessor module for the screen, mouse and keyboard devices).
Since type("x") works, the reason that the shortcut does not work, might have the following reasons:
- blocked by system if not from keyboard (try to run script as admin)
- wrong simulated key combination (try without shift)
- not accepted through VM (try manually)
- the typed key combination is not recognised by the system at all (no solution)
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.