File: screen-shot-record.page

package info (click to toggle)
gnome-user-docs 3.4.2-1%2Bbuild1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 58,008 kB
  • sloc: sh: 625; makefile: 374; xml: 59
file content (110 lines) | stat: -rw-r--r-- 4,185 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="guide" style="task" id="screen-shot-record" xml:lang="te">

  <info>

    <link type="guide" xref="tips"/>

    <desc>Take a picture or record a video of what's happening on your screen.</desc>
    <revision pkgversion="3.4.1" date="2012-03-30" status="final"/>
    <credit type="author copyright">
      <name>Tiffany Antopolski</name>
      <email>tiffany.antopolski@gmail.com</email>
      <years>2011</years>
    </credit>
    <credit type="author copyright">
      <name>షాన్ మెక్‌కేన్స్</name>
      <email>shaunm@gnome.org</email>
      <years>2012</years>
    </credit>

    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Praveen Illa</mal:name>
      <mal:email>mail2ipn@gmail.com</mal:email>
      <mal:years>2011.</mal:years>
    </mal:credit>
  </info>

<title>Screenshots and screencasts</title>

  <p>You can take a picture of your screen (a <em>screenshot</em>) or record a
 video of what's happening on the screen (a <em>screencast</em>). This is useful
 if you want to show someone how to do something on the computer, for example.
 Screenshots and screencasts are just normal picture and video files, so you can
 email them and share them on the web.</p>

<section id="screenshot">
 <title>Take a screenshot</title>
<steps>
<item><p>Open <app>Screenshot</app> from the <gui>Activities</gui> overview.</p></item>

<item>
 <p>In the <app>Take Screenshot</app> window, select whether to grab the
 entire desktop, a single window, or an area of the screen. Set a delay
 if you need to select a window or otherwise set up your desktop for
 the screenshot. Then choose any effects you want.</p>
</item>

<item>
  <p>Click <gui>Take Screenshot</gui>.</p>
  <p>If you selected <gui>Select area to grab</gui>, the pointer changes into
  a crosshair. Click and drag the area you want for the screenshot.</p>
</item>

<item>
  <p>In the <gui>Save Screenshot</gui> window, enter a file name and choose a
  folder, then click <gui>Save</gui>.</p>
  <p>Alternatively, import the screenshot directly into an image-editing application
  without saving it first. Click <gui>Copy to Clipboard</gui> then paste the image in
  the other application, or drag the screenshot thumbnail to the application.</p>
</item>
</steps>

<note style="tip">
  <title>Keyboard shortcuts</title>
  <p>Quickly take a screenshot of the desktop, a window, or an area at any time
  using these global keyboard shortcuts:</p>
  <list style="compact">
    <item><p><key>Prt Scrn</key> to take a screenshot of the desktop.</p></item>
    <item><p><keyseq><key>Alt</key><key>Prt Scrn</key></keyseq> to take a screenshot
    of a window.</p></item>
    <item><p><keyseq><key>Shift</key><key>Prt Scrn</key></keyseq> to take a screenshot
    of an area you select.</p></item>
  </list>
  <p>When you use a keyboard shortcut, the image is automatically saved in
  your Pictures folder with a file name that begins with "Screenshot" and
  includes the date and time it was taken.</p>
  <p>You can also hold down <key>Ctrl</key> with any of the above shortcuts to
  copy the screenshot image to the clipboard instead of saving it.</p>
</note>
</section>


<section id="screencast">
<title>Make a screencast</title>
  <p>You can make a video recording of what is happening on your screen:</p>

<steps>
<item>
  <p>Press <keyseq><key>Ctrl</key><key>Alt</key><key>Shift</key><key>R</key></keyseq>
 to start recording what's on your screen.</p>
  <p>A red circle is displayed in the bottom right corner of the screen when the
 recording is in progress. This indicator does not show up in the video.</p>
</item>

<item>
  <p>Once you've finished, press
 <keyseq><key>Ctrl</key><key>Alt</key><key>Shift</key><key>R</key></keyseq>
 again to stop the recording.</p>
</item>

<item>
  <p>The video is automatically saved in your Videos folder with a file name
  that starts with "Screencast" and includes the date and time it was taken.</p>
</item>
</steps>
</section>

</page>