gpt4 book ai didi

macos - 如何将 unicode 字符发送到事件应用程序?

转载 作者:行者123 更新时间:2023-12-04 19:17:57 25 4
gpt4 key购买 nike

我需要 Windows API 中的 SendInput 之类的东西。

我看到这个方法,我不知道有没有办法将unicode字符转换为虚拟Key代码。

CGEventRef CGEventCreateKeyboardEvent (
CGEventSourceRef source,
CGKeyCode virtualKey,
bool keyDown
);

最佳答案

CGEventRef e = CGEventCreateKeyboardEvent(NULL, NULL, true);
CGEventKeyboardSetUnicodeString(e, unicodeStringLength, unicodeString);
CGEventPost(kCGHIDEventTap, e);

关于macos - 如何将 unicode 字符发送到事件应用程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6943969/

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