← Back to team overview

sikuli-driver team mailing list archive

[Question #204250]: How to Implement Ctrl+Alt+Del in the ide

 

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

Hi,

I tried to run Windows Task Manager using Sikuli IDE by defining the below command
type(Key.CTRL+Key.ALT+Key.DELETE)
I even tried
type(Key.CTRL,Key.ALT,Key.DELETE)
But i found error executing the script. Please Help me.
Actually, i need to pass some keys through key board to invoke and use Application in my New project. I feel thankful if you help me.

Thank You.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.