sikuli-driver team mailing list archive
  
  - 
     sikuli-driver team sikuli-driver team
- 
    Mailing list archive
  
- 
    Message #57844
  
 [Question #699748]: vnc unlock windows session
  
New question #699748 on SikuliX:
https://answers.launchpad.net/sikuli/+question/699748
Hi 
has anybody managed to unlock a Windows session accessed through vnc ?
I'm using Sikulix 2.0.5 from a Jython script (in the IDE) and neither :
    screen.type(Key.DELETE, Key.CTRL+Key.ALT)
nor :
   screen.keyDown(Key.CTRL) 
   screen.keyDown(Key.ALT)
   screen.keyDown(Key.DELETE)
   screen.keyUp(Key.DELETE)
   screen.keyUp(Key.ALT)
   screen.keyUp(Key.CTRL)
works for me.
Thanks for your insights
-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.