1<?xml version="1.0" encoding="utf-8"?>
2<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="shortcuts" xml:lang="bn">
3
4  <info>
5    <link type="guide" xref="index#advanced"/>
6    <desc>See a list of all shortcuts.</desc>
7
8    <revision pkgversion="1.25" version="0.1" date="2021-03-13" status="final"/>
9    <credit type="author">
10      <name>Phil Bull</name>
11      <email>philbull@gmail.com</email>
12    </credit>
13    <credit type="author">
14       <name>Tiffany Antopolski</name>
15       <email>tiffany.antopolski@gmail.com</email>
16    </credit>
17    <credit type="editor">
18       <name>Taufan Lubis</name>
19       <email>taufanlinux@gmail.com</email>
20    </credit>
21   <credit type="editor">
22       <name>Ronaldi Santosa</name>
23       <email>ronald.santosa@gmail.com</email>
24    </credit>
25   <credit type="editor">
26       <name>Ibnu Amansyah</name>
27       <email>javalander9@gmail.com</email>
28    </credit>
29   <credit type="editor">
30       <name>Andre Klapper</name>
31       <email>ak-47@gmx.net</email>
32    </credit>
33   <credit type="editor">
34       <name>Germán Poo-Caamaño</name>
35       <email>gpoo@gnome.org</email>
36    </credit>
37
38    <license>
39      <p>Creative Commons Share Alike 3.0</p>
40    </license>
41
42  </info>
43
44
45<title>Keyboard shortcuts</title>
46
47<section id="default-shortcuts"><title>Default shortcuts</title>
48<section id="open-close-save-print">
49  <title>Opening, closing, saving and printing</title>
50  <table frame="all" rules="cols" shade="rows">
51    <tr>
52        <td><p>Open a document.</p></td>
53        <td><p><keyseq><key>Ctrl</key><key>O</key></keyseq></p></td>
54    </tr>
55    <tr>
56        <td><p>Open a copy of the current document.</p></td>
57        <td><p><keyseq><key>Ctrl</key><key>N</key></keyseq></p></td>
58    </tr>
59    <tr>
60        <td><p>Save a copy of the current document with a new file
61name.</p></td>
62        <td><p><keyseq><key>Ctrl</key><key>S</key></keyseq></p></td>
63    </tr>
64    <tr>
65        <td><p>Print the current document.</p></td>
66        <td><p><keyseq><key>Ctrl</key><key>P</key></keyseq></p></td>
67    </tr>
68    <tr>
69        <td><p>Close the current document window.</p></td>
70        <td><p><keyseq><key>Ctrl</key><key>W</key></keyseq></p></td>
71    </tr>
72    <tr>
73        <td><p>Reload the document (effectively closes and re-opens the
74document).</p></td>
75        <td><p><keyseq><key>Ctrl</key><key>R</key></keyseq></p></td>
76    </tr>
77  </table>
78</section>
79
80<section id="move-around">
81    <title>Moving around a document</title>
82<table frame="all" rules="cols" shade="rows">
83    <tr>
84        <td><p>Move up/down a page.</p></td>
85        <td><p>Arrow keys</p></td>
86    </tr>
87    <tr>
88        <td><p>Move up/down a page several lines at a time.</p></td>
89        <td><p><key>Page Up</key> / <key>Page Down</key></p></td>
90    </tr>
91    <tr>
92        <td><p>Go to the previous page.</p></td>
93        <td><p><keyseq><key>Ctrl</key><key>Page Up</key></keyseq> /
94<key>P</key></p></td>
95    </tr>
96    <tr>
97        <td><p>Go to the next page.</p></td>
98        <td><p><keyseq><key>Ctrl</key><key>Page Down</key></keyseq> /
99<key>N</key></p></td>
100    </tr>
101<tr>
102        <td><p>Go to page number.</p></td>
103        <td><p><keyseq><key>Ctrl</key><key>L</key></keyseq> followed by the page number and <key>Enter</key></p></td>
104</tr>
105    <tr>
106        <td><p>Go to the beginning of a page (beginning of the document if
107<gui>Continuous</gui> is selected in the main menu in the top-right corner).</p></td>
108         <td><p><key>Home</key></p></td>
109    </tr>
110    <tr>
111        <td><p>Go to the end of a page (end of the document if
112<gui>Continuous</gui> is selected in the main menu in the top-right corner).</p></td>
113        <td><p><key>End</key></p></td>
114    </tr>
115    <tr>
116    	<td><p>Go to the beginning of the document.</p></td>
117        <td><p><keyseq><key>Ctrl</key><key>Home</key></keyseq></p></td>
118    </tr>
119    <tr>
120    	<td><p>Go to the end of the document.</p></td>
121         <td><p><keyseq><key>Ctrl</key><key>End</key></keyseq></p></td>
122    </tr>
123    <tr>
124        <td><p>Add a bookmark in the current page.</p></td>
125        <td><p><keyseq><key>Ctrl</key><key>D</key></keyseq></p></td>
126    </tr>
127    <tr>
128        <td><p>Delete the bookmark in the current page if there is one.</p></td>
129        <td><p><keyseq><key>Shift</key><key>Ctrl</key><key>D</key></keyseq></p></td>
130    </tr>
131    <tr>
132         <td><p>Display the side pane with a table of contents and bookmarks.</p></td>
133         <td><p><key>F9</key></p></td>
134    </tr>
135    <tr>
136        <td><p>Enable caret navigation placing a moveable cursor in text pages, allowing you to move around and select text with the keyboard.</p></td>
137        <td><p><key>F7</key></p></td>
138    </tr>
139  </table>
140</section>
141
142<section id="copy">
143    <title>Selecting and copying text</title>
144<table frame="all" rules="cols" shade="rows">
145    <tr>
146        <td><p>Copy highlighted text.</p></td>
147        <td><p><keyseq><key>Ctrl</key><key>C</key></keyseq> / <keyseq><key>Ctrl</key><key>Insert</key></keyseq></p></td>
148    </tr>
149    <tr>
150        <td><p>Select all the text in a document.</p></td>
151        <td><p><keyseq><key>Ctrl</key><key>A</key></keyseq></p></td>
152    </tr>
153</table>
154</section>
155
156<section id="find">
157    <title>Finding text</title>
158<table frame="all" rules="cols" shade="rows">
159    <tr>
160        <td><p>
161        Show the toolbar that lets you search for words in the document. The
162        search box is automatically highlighted when you press this, and the
163        search will start as soon as you type some text. If you select a text
164        in the document before searching, then the search will start using that
165        text as input.
166        </p></td>
167        <td><p><keyseq><key>Ctrl</key><key>F</key></keyseq> / <key>/</key></p></td>
168    </tr>
169    <tr>
170        <td><p>Go to the next search result.</p></td>
171        <td><p><keyseq><key>Ctrl</key><key>G</key></keyseq> / <key>F3</key></p></td>
172    </tr>
173    <tr>
174        <td><p>Go to the previous search result.</p></td>
175        <td><p><keyseq><key>Shift</key><key>Ctrl</key><key>G</key></keyseq> / <keyseq><key>Shift</key><key>F3</key></keyseq></p></td>
176    </tr>
177</table>
178</section>
179
180<section id="rotate-zoom">
181    <title>Rotating and zooming</title>
182<table frame="all" rules="cols" shade="rows">
183    <tr>
184        <td><p>Rotate the pages 90 degrees counter-clockwise.</p></td>
185        <td><p><keyseq><key>Ctrl</key><key>Left arrow</key></keyseq></p></td>
186    </tr>
187    <tr>
188        <td><p>Rotate the pages 90 degrees clockwise.</p></td>
189        <td><p><keyseq><key>Ctrl</key><key>Right
190arrow</key></keyseq></p></td>
191    </tr>
192    <tr>
193        <td><p>Default zoom.</p></td>
194        <td><p><keyseq><key>Ctrl</key><key>0</key></keyseq></p></td>
195    </tr>
196    <tr>
197        <td><p>Zoom in.</p></td>
198        <td><p><keyseq><key>Ctrl</key><key>+</key></keyseq> / <key>=</key> /
199               <keyseq><key>Ctrl</key><key>=</key></keyseq></p></td>
200    </tr>
201    <tr>
202        <td><p>Zoom out.</p></td>
203        <td><p><keyseq><key>Ctrl</key><key>-</key></keyseq></p></td>
204    </tr>
205    <tr>
206        <td><p>Fit the page into the window.</p></td>
207        <td><p><key>F</key></p></td>
208    </tr>
209    <tr>
210        <td><p>Fit the content width to the space available.</p></td>
211        <td><p><key>W</key></p></td>
212    </tr>
213</table>
214</section>
215
216<section id="window">
217    <title>Window</title>
218<table frame="all" rules="cols" shade="rows">
219    <tr>
220        <td><p>Use the full screen to view the document.</p></td>
221        <td><p><key>F11</key></p></td>
222    </tr>
223    <tr>
224        <td><p>Start a presentation.</p></td>
225        <td><p><key>F5</key> / <keyseq><key>Shift</key><key>F5</key></keyseq></p></td>
226    </tr>
227</table>
228</section>
229
230<section id="document">
231    <title>Document view</title>
232<table frame="all" rules="cols" shade="rows">
233    <tr>
234        <td><p>Invert background and text colors.</p></td>
235        <td><p><keyseq><key>Ctrl</key><key>I</key></keyseq></p></td>
236    </tr>
237    <tr>
238        <td><p>Swap between continuous and page by page view of the document.</p></td>
239        <td><p><key>C</key></p></td>
240    </tr>
241    <tr>
242        <td><p>Display two pages side by side.</p></td>
243        <td><p><key>D</key></p></td>
244    </tr>
245</table>
246</section>
247
248<section id="presentation">
249    <title>Presentation mode</title>
250<table frame="all" rules="cols" shade="rows">
251    <tr>
252        <td><p>Toggle black screen.</p></td>
253        <td><p><key>B</key> / <key>.</key></p></td>
254    </tr>
255    <tr>
256        <td><p>Toggle white screen.</p></td>
257        <td><p><key>W</key></p></td>
258    </tr>
259</table>
260</section>
261
262</section>
263
264</page>
265