-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathr-shortcuts.html
More file actions
76 lines (76 loc) · 1.6 KB
/
Copy pathr-shortcuts.html
File metadata and controls
76 lines (76 loc) · 1.6 KB
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
---
layout: base
title: "Recommended Keyboard Shortcuts for LibreOffice"
---
<article data-hd-class="task">
<h1>{{ page.title }}</h1>
<p>Recommended keyboard shortcuts for use in various programs of LibreOffice.</p>
<div class="table-responsive">
<table class="table table-striped">
<tr>
<th>Shortcut</th>
<th>Function</th>
</tr>
<tr>
<td>Ctrl + B</td>
<td>Makes selected text bold.</td>
</tr>
<tr>
<td>Ctrl + C</td>
<td>Copies the selected data.</td>
</tr>
<tr>
<td>Ctrl + I</td>
<td>Italicizes selected text.</td>
</tr>
<tr>
<td>Ctrl + N</td>
<td>Creates a new document in a new window.</td>
</tr>
<tr>
<td>Ctrl + O</td>
<td>Opens a new document in a new window.</td>
</tr>
<tr>
<td>Ctrl + P</td>
<td>Prints the document.</td>
</tr>
<tr>
<td>Ctrl + S</td>
<td>Saves the document in the current window.</td>
</tr>
<tr>
<td>Ctrl + U</td>
<td>Underlines selected text.</td>
</tr>
<tr>
<td>Ctrl + V</td>
<td>Pastes the copied data where selected.</td>
</tr>
<tr>
<td>Ctrl + X</td>
<td>Cuts the selected data.</td>
</tr>
<tr>
<td>Ctrl + Y</td>
<td>Redo the previous document change.</td>
</tr>
<tr>
<td>Ctrl + Z</td>
<td>Undo the previous document change.</td>
</tr>
<tr>
<td>Ctrl + 1 (in Calc)</td>
<td>Opens <em>Format Cells</em> dialog box.</td>
</tr>
<tr>
<td>F5 (in Impress)</td>
<td>Starts a presentation from the beginning.</td>
</tr>
<tr>
<td>F7</td>
<td>Starts a spelling (and if applicable grammar) check.</td>
</tr>
</table>
</div>
</article>