In this post i'll show you how to take ScreenShot in Ubuntu Linux.
click "Take ScreenShot" key and save it to desktop. Open image with image editor and crop it if required.
3. Use terminal to take ScreenShot
For entire screen screenshot type:
For current active windows screenshot type:
4. Take Screenshot after some delay
5. Capture a particular area
This is very easy way to capture a particular area by using terminal.
Please like this post !
1. Use Print Screen key
Use PrintScreen key to take ScreenShot of whole desktop or Alt+PrintScreen to take ScreenShot of current active window.
click "Take ScreenShot" key and save it to desktop. Open image with image editor and crop it if required.
3. Use terminal to take ScreenShot
For entire screen screenshot type:
gnome-screenshot
For current active windows screenshot type:
gnome-screenshot -w
4. Take Screenshot after some delay
$ gnome-screenshot -w -d 2
5. Capture a particular area
This is very easy way to capture a particular area by using terminal.
$ gnome-screenshot -a
Please like this post !
No comments:
Post a Comment