← Back to team overview

sikuli-driver team mailing list archive

[Question #340063]: lock or unlock windows session

 

New question #340063 on Sikuli:
https://answers.launchpad.net/sikuli/+question/340063

I'am trying to success to lock or unlocka Windows session.

So for that I have to press using sikuli CTRL+ALT+DELETE


using type(Key.DELETE, KeyModifier.CTRL | KeyModifier.ALT) on a locked session -> do not work
using type(Key.DELETE, KeyModifier.CTRL | KeyModifier.ALT) on a open session -> do not work
playing with keyDown -> do not work
playing with num lock (bug) -> do not work


I've search deeper on the subjuect but seems there are really old bugs declared but no real solution.

is there any workaround to success ?

vincent


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