在虚拟框内使用 xdotool 模拟右 CTRL 键

Simulate Right CTRL key using xdotool inside Virtual box

我的 运行 Virtualbox 在我的 Windows 10. 我有一个虚拟机 运行 Raspbian.

在 Raspbian 虚拟机中,我正在使用 xdotool。

从 Raspbian 开始,使用 xdotool,我可以模拟按下 Right Ctrl 它是我在 VirtualBox 中的主机密钥,这样我就可以更改我的 VirtualBox-window 的大小吗?

我的意思是 Raspbian 它是来自 VirtualBox 的虚拟机,我可以执行“Host + A”吗?。 由于 Host 是正确的 CTRL 键,我尝试了这两件事,但它只在 Raspbian.

内执行正常的 ctrl 键
xdotool key ctrl+a

我试过了

xdotool key 'Control_R'+a

但它在 raspbian 内执行一个普通的 ctrl+a 并选择文件夹内的所有文件。

不,您不能在虚拟化环境中执行此操作。您必须使用 Windows 上本机运行的应用程序从外部 Raspbian 自动执行该操作,例如 AutoHotKey。非常相似的想法,但脚本的措辞有点不同。

Send, ^a

https://www.autohotkey.com/docs/Tutorial.htm#s3