MacStroke icon indicating copy to clipboard operation
MacStroke copied to clipboard

通过applescript控制system events失败

Open teefing opened this issue 3 years ago • 4 comments

image 点击“好”按钮一直无反应

teefing avatar Jun 20 '22 17:06 teefing

apple script 发我看看

mtjo avatar Jun 29 '22 09:06 mtjo

tell application "System Events"
	key code 124 using {control down}
end tell

teefing avatar Jul 05 '22 15:07 teefing

#41

bashlin avatar Jul 06 '22 06:07 bashlin

这个是 Mac OS 系统的 bug,我今天一路更新上来,12.4出现问题,更新到12.5就正常了,所以就不针对12.4做修复了,大家更新到12.5就正常了

image

点击“好”按钮一直无反应

mtjo avatar Aug 02 '22 02:08 mtjo