From 3dffa2b19e63c0e55f8df2ae24ca3eea6ab525c1 Mon Sep 17 00:00:00 2001 From: Tiffany Antopolski Date: Fri, 4 Mar 2011 14:26:22 -0500 Subject: [g-h] screen-shot-record: new file with content --- gnome-help/C/screen-shot-record.page | 105 +++++++++++++++++++++++++++++++++++ gnome-help/Makefile.am | 1 + 2 files changed, 106 insertions(+) create mode 100644 gnome-help/C/screen-shot-record.page diff --git a/gnome-help/C/screen-shot-record.page b/gnome-help/C/screen-shot-record.page new file mode 100644 index 0000000..ff938e1 --- /dev/null +++ b/gnome-help/C/screen-shot-record.page @@ -0,0 +1,105 @@ + + + + + + + Take a picture or record your screen. + + + Tiffany Antpoolski + tiffany.antopolski@gmail.com + + + + + +Screenshot and Screencast + +
Screenshot + +

+Enter the Activities overview by pressing AltF1 or by touching the cursor to the top left corner (a.k.a. the "hot" corner), or by pressing the Meta key. +

+

+Type screenshot. +

+

+Press Enter. +

+ +

Select:

+ +

+Grab the whole desktop, or +

+

+Grab the current window, or +

+

+Select the area to grab. + +

+
+
+

+Click Take ScreenShot. +

+ +

+If you selected Select area to grab, the cursor will change into a cross. Click and drag the area you want for the screenshot. +

+
+
+

+The Save Screenshot dialog will now appear.

+ +

+ Type a Name for your file. +

+

+ Select a folder to save your file in from the dropdown menu. +

+
+

+Click Save. +

+ +
+
+
Screencast +

+This feature allows you to make a recording of what is happening on your computer monitor. +

+ + + +

+Press ControlShiftAltR to start (and to stop the reocording). +

+ +

+A red circle is displayed in the bottom right corner of the screen when the recording is in progress. +

+
+ +

+ After you stop the recordingm a file named 'shell-%d%u-%c.webm' is saved in the home directory. In the filename, %d is the date, %u is a string that makes the filename unique, and %c is a counter that is incremented each time a recording is made within a single gnome-shell session. +

+
+ +
+ + + +

+ You can rename the file as you wish. +

+
+ +
+
+ +
diff --git a/gnome-help/Makefile.am b/gnome-help/Makefile.am index 444807f..a747bbf 100644 --- a/gnome-help/Makefile.am +++ b/gnome-help/Makefile.am @@ -113,6 +113,7 @@ DOC_PAGES = \ power-whydim.page \ power-willnotturnon.page \ search-commandline.page \ + screen-shot-record.page \ search-delete.page \ search-intro.page \ search-open.page \ -- cgit