ubuntu 18.04设置系统自带系统截图快捷键
生活随笔
收集整理的這篇文章主要介紹了
ubuntu 18.04设置系统自带系统截图快捷键
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
0.前言
ubuntu 18.04自帶一個截圖工具gnome-screenshot,有三種模式,全屏截圖、當前活動窗口截圖、選取活動區(qū)域截圖
1.設(shè)置快捷鍵
Setting->Devices->Keyboard
在keyboard最下面有個Custom Shortcuts就是可定制快捷鍵了
點擊“+”號,name隨意寫,command填入gnome-screenshot -a,快捷鍵自定義,這樣每次打開都是選取活動窗口截圖了
2.模式選擇
輸入gnome-screenshot -h查看用戶使用幫助手冊
$ 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+ OptionsApplication 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-b, --include-border Include the window border with the screenshot-B, --remove-border Remove the window border from the screenshot-p, --include-pointer Include the pointer with the screenshot-d, --delay=seconds Take screenshot after specified delay [in seconds]-e, --border-effect=effect Effect to add to the border (shadow, border, vintage or none)-i, --interactive Interactively set options-f, --file=filename Save screenshot directly to this file--version Print version information and exit--display=DISPLAY X display to use可以看到可以在gnome-screenshot 后面的參數(shù)有,-后面的是參數(shù)簡寫,--后面的是完整參數(shù)
-c, --clipboard 將抓取直接發(fā)送到剪貼板-w, --window 抓一個窗口而不是整個屏幕-a, --area 抓住屏幕的一個區(qū)域而不是整個屏幕-b, --include-border 包含帶有屏幕截圖的窗口邊框-B, --remove-border 從屏幕截圖中刪除窗口邊框-p, --include-pointer 包含帶有屏幕截圖的指針-d, --delay=seconds 在指定的延遲[秒]后截取屏幕截圖-e, --border-effect=effect 添加到邊框的效果(陰影,邊框,復(fù)古或無)-i, --interactive 交互式設(shè)置選項-f, --file=filename 將屏幕截圖直接保存到此文件--version 打印版本信息并退出--display=DISPLAY X顯示使用轉(zhuǎn)載于:https://www.cnblogs.com/FlyerBird/p/10966793.html
總結(jié)
以上是生活随笔為你收集整理的ubuntu 18.04设置系统自带系统截图快捷键的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: day18 正则表达式
- 下一篇: UI设计师的实际工作流程是什么样的?