← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #247602]: command such as win + l

 

Question #247602 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/247602

Albert posted a new comment:
A bit late to the party, but maybe this might help someone who is still
looking for a work-around.

On Windows 7 this works for me:

type(Key.WIN);
type(Key.RIGHT);
type(Key.RIGHT);
type(Key.UP);
type(Key.UP);
type(Key.ENTER);

Basically it opens the Windows menu and navigates to the "lock".

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.