是否可以在 shell 脚本中模拟击键而不安装 xdotool 等软件包?

Is it possible to simulate keystrokes in a shell script without installing packages like xdotool?

我想使用 shell 脚本模拟击键,例如为了触发快捷键。

是否可以在不安装 xdotool 等软件包的情况下做到这一点?

我正在使用 Ubuntu 14.04.2 LTS。

谢谢!

不,不是。输入事件只能通过软件使用 uinput 或 XTest 触发,它们都没有 "native" 命令。