ubuntu上好用的截图工具Flameshot

35 阅读1分钟

ubuntu上面有好几个好用的截图工具。自己用最久的是 Flameshot 火焰截图。安装非常的方便。可以直接在 terminal里面输入下面的命令安装。

sudo apt install flameshot

也可以在软件中心搜索 flameshot, 如下图

2024-02-15_11-18.png

安装完成以后,设置一下 flameshot 的快捷键。桌面上右键点击'Display Settings'->'Keyboard'->'View and Customize Shortcuts'->'Custom Shortcuts'

2024-02-15_11-24.png

点击‘+’号,这里要输入一下flameshot的执行命令。就可以设置自己想要的快捷键了。 terminal里面输入下面的命令:

which flameshot

可以看到 flameshot的路径

/usr/bin/flameshot

配置如下:

2024-02-15_11-30.png

点击'Set Shortcut',然后点击想要的快捷键,就ok了。