首页 > 系统服务 > 详细

Ubuntu使用小技巧

时间:2018-06-24 00:17:20      阅读:269      评论:0      收藏:0      [点我收藏+]

 

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使用小技巧

原文:https://www.cnblogs.com/arnoldlu/p/9219100.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!