I am trying to automate pressing CTRL+O
button using AutoIt
. I am not able to get the syntax right.Please help.Below is the code I am using.
WinActivate("XYZ")
Send("{LCTRL down}")
Send("{O}")
Send("{LCTRL up}")
What is wrong with this code ?