summaryrefslogtreecommitdiffstats
path: root/help/C/app-zoom.page
blob: b8be1fdb305bdb0c34cfb8b0179d8b166e4cf961 (plain)
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
<page xmlns="http://projectmallard.org/1.0/"
      type="task"
      id="app-zoom">

  <info>
    <revision version="0.1" date="2013-02-24" status="candidate"/>
    <revision version="0.2" pkgversion="3.34" date="2020-01-04" status="review"/>
    <link type="guide" xref="index#appearance"/>

    <credit type="author copyright">
      <name>Sindhu S</name>
      <email>sindhus@live.in</email>
      <years>2013</years>
    </credit>
    <credit type="copyright editor">
      <name>Ekaterina Gerasimova</name>
      <email>kittykat3756@gmail.com</email>
      <years>2013</years>
    </credit>
    <credit type="copyright editor">
      <name>Michael Hill</name>
      <email>mdhillca@gmail.com</email>
      <years>2013</years>
    </credit>

    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>

    <desc>Increase or decrease text size.</desc>

  </info>

  <title>Zoom in and zoom out</title>

  <p>To increase <app>Terminal</app> text size:</p>

  <steps>
    <item>
      <p>Press the menu button in the top-right corner of the window and press
      <gui style="button">+</gui>, or press
      <keyseq><key>Ctrl</key><key>+</key></keyseq>.</p>
    </item>
  </steps>

  <p>To decrease <app>Terminal</app> text size:</p>

  <steps>
    <item>
      <p>Press the menu button in the top-right corner of the window and press
      <gui style="button">-</gui>, or press
      <keyseq><key>Ctrl</key><key>-</key></keyseq>.</p>
    </item>
  </steps>

  <p>To restore <app>Terminal</app> text to default size:</p>

  <steps>
    <item>
      <p>Press the menu button in the top-right corner of the window and press
      <gui style="button">100%</gui>, or press
      <keyseq><key>Ctrl</key><key>0</key></keyseq>.</p>
    </item>
  </steps>

</page>