28 有一个有用的命令行应用程序xdotool,除了其他功能外,它还允许您发送击键。 这样-来模仿Control+ Alt+ D(或Super+ D,或任何组合是你不需要),你可以使用下面的命令: xdotool key ctrl+alt+d xdotool key ctrl+super+d xdotool key super+d 安装: sudo apt-get install xdotool — 无忧 source 组合键不应该被引用。很有魅力。谢谢! — user42882 2012年
23 我不确定fossfreedom的答案是否真正满足“不使用Ctrl + Alt + D”的要求 因此,我建议向桌面显示命令: wmctrl -k on 要关闭它使用 wmctrl -k off — 虚拟XTC source