gpt4 book ai didi

objective-c - 将击键发送到 cocoa 应用程序

转载 作者:行者123 更新时间:2023-12-03 17:36:18 25 4
gpt4 key购买 nike

是否可以将击键发送到 cocoa 应用程序?我不想使用 AppleScript,因为我想在幕后以编程方式完成它。这可能吗?谢谢。

最佳答案

看看这些调用,但您需要正确设置code,这可能取决于当前选择的键盘。

CGEventRef event;
event = CGEventCreateKeyboardEvent (NULL, code, down);
CGEventPost(kCGSessionEventTap, event);
CFRelease(event);

http://developer.apple.com/library/mac/documentation/Carbon/Reference/QuartzEventServicesRef/Reference/reference.html#//apple_ref/c/func/CGEventCreateKeyboardEvent

关于objective-c - 将击键发送到 cocoa 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5570720/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com