gpt4 book ai didi

macos - 在mac终端模拟键盘按下

转载 作者:行者123 更新时间:2023-11-29 09:37:08 27 4
gpt4 key购买 nike

我正在运行一些需要手动键盘输入来更改参数的模拟(很烦人)。

有没有办法模拟键盘按下,以便我可以使用 bash 脚本运行模拟?

最佳答案

虽然我不推荐它,但您可以这样做(它只列出您的主目录的内容)

tell application "Terminal"
activate
do script "cd ~" -- the command to run
delay 5 -- maybe throw in a delay to let the process start up
tell application "System Events" to keystroke "ls -la" & return -- the keystrokes to simulate
end tell

但是这相当于训练一只猫在您的键盘上行走。该代码不知道终端中发生了什么。它只是“键入”一些内容并按下回车键,完全没有察觉。

因此,如果您有任何其他方式将输入传递给流程,请改用它。我刚刚发布了这个,因为你确实要求 AppleScript 解决方案。我只是怀疑 AppleScript 是正确的解决方案。

关于macos - 在mac终端模拟键盘按下,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9417946/

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