AutoIT - 为什么不提交 CTRL+o?
AutoIT - why CTRL+o is not submitted?
我正在尝试发送 ctrl + o 但它不起作用
Send("{rCTRL down}{o down}{o up}{rCTRL up}")
我不知道为什么,但只关注以下工作:
Run("GUI_ofhell_OK_wait_let_me_screw_you_up.exe")
Sleep(500)
Send("{CTRLDOWN}")
Send("{o down}")
Sleep(500)
Send("{o up}")
Send("{CTRLUP}")
我正在尝试发送 ctrl + o 但它不起作用
Send("{rCTRL down}{o down}{o up}{rCTRL up}")
我不知道为什么,但只关注以下工作:
Run("GUI_ofhell_OK_wait_let_me_screw_you_up.exe")
Sleep(500)
Send("{CTRLDOWN}")
Send("{o down}")
Sleep(500)
Send("{o up}")
Send("{CTRLUP}")