我已经尝试过使用 Spectacle 来使用热键,但即使当我在屏幕截图时使用热键时,它也不起作用 - 我猜是因为我只能通过小心地从应用程序切换器转移到不消失来使用这些热键Alt+Tab到Win+PrintScreen
有什么方法可以实现这一目标吗?
答案1
- 打开任何终端应用程序。
- 安装 scrot (
sudo apt install scrot
) - 类型:
sleep 5; scrot myimage.png
最小化终端窗口,做你想做的事。myimage.png
在您的 $HOME 中查找。