Ubuntu使用小技巧

Posted arnoldlu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu使用小技巧相关的知识,希望对你有一定的参考价值。

 

1. Ubuntu下自由截图

Ubuntu下使用PrintScreen按键可以截取整个屏幕,但是很多时候并不需要那么多内容,还需要对图片进行编辑。

这时候就需要截图时,有矩形选择,更符合要求。

进入System Settings...->Keyboard->Shortcuts,然后选择Custom Shortcuts即可创建自定义的快捷键。

点击“+”,然后在弹出的窗口输入Name和Command如下,最后点击Disabled同时按下想要的快捷键,比如Shift+Ctrl+A。

技术分享图片

 

结果变成如下。只要按下组合快捷键,那么鼠标就会变成十字形,即可选择自己想要的截图区域。

技术分享图片

其实原因也很简单,gnome-screenshot -h即可知道。

Usage:
  gnome-screenshot [OPTION...]

Help Options:
  -h, --help                     Show help options
  --help-all                     Show all help options
  --help-gapplication            Show GApplication options
  --help-gtk                     Show GTK+ Options

Application Options:
  -c, --clipboard                Send the grab directly to the clipboard-----------------------------------直接保存到剪切板,避免弹出框选择。
  -w, --window                   Grab a window instead of the entire screen
  -a, --area                     Grab an area of the screen instead of the entire screen---------------保存选择区域。
...

 














以上是关于Ubuntu使用小技巧的主要内容,如果未能解决你的问题,请参考以下文章

ubuntu小技巧8——linux(ubuntu)下mysql安装问题

Ubuntu小技巧16--常见命令使用方法

ubuntu小技巧24--快速入门ffmpeg

提高ubuntu系统性能的小技巧

每日Ubuntu小技巧:Ubuntu中通过Cheese支持Webcam

Ubuntu使用之Svn命令小技巧