Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试从终端运行 gedit 并在其中打开的文件中键入一些文本,但没有成功。我尝试使用gedit; sleep 2; xte -x display 'key k';命令,但这个命令只运行 gedit(不输入 k 字符)。有人可以在我身上筹码吗?
gedit; sleep 2; xte -x display 'key k';
Xdotool(不知道网页发生了什么,这是它的来源)非常适合:
xdotool key k
并使用 gedit:
gedit & sleep 2; xdotool key k;