1
0
Fork 0
gnome-terminal/help/C/app-zoom.page
Daniel Baumann 95789a9b3e
Adding upstream version 3.56.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 21:26:48 +02:00

64 lines
1.7 KiB
Text

<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>