-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathshortcut_note.html
69 lines (69 loc) · 3.03 KB
/
shortcut_note.html
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
<html>
<!--
~ OmegaT - Computer Assisted Translation (CAT) tool
~ with fuzzy matching, translation memory, keyword search,
~ glossaries, and translation leveraging into updated projects.
~
~ Copyright (C) 2023 Hiroshi Miura.
~ Home page: https://www.omegat.org/
~ Support center: https://omegat.org/support
~
~ This file is part of OmegaT.
~
~ OmegaT is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ OmegaT is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<head>
<link rel="stylesheet" type="text/css" href="../tips.css">
</head> <body>
<h3 class="title">Notepad access shortcut</h3>
<div class="itemizedlist">
<ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<p>Add reminders in the <span class="guilabel">Notepad</span> pane for problematic segments</p>
<p>Use <span class="guimenu">Go To</span>
<span class="guimenuitem">Notepad</span>
<span class="keycap">
<strong>C</strong>
</span>+<span class="keycap">
<strong>A</strong>
</span>+<span class="keycap">
<strong>9</strong>
</span>
to enter the Notepad and add your remark.</p>
<p>Use <span class="guimenu">Go To</span>
<span class="guimenuitem">Editor</span>
<span class="keycap">
<strong>C</strong>
</span>+<span class="keycap">
<strong>A</strong>
</span>+<span class="keycap">
<strong>0</strong>
</span>
to return to the Editor and resume your translation.</p>
</li>
<li class="listitem">
<p>Use
<span class="guimenu">Edit</span>
<span class="guimenuitem">Search...</span>
<span class="keycap">
<strong>C</strong>
</span>+<span class="keycap">
<strong>F</strong>
</span>
to filter segments based on criteria that you set, and review only those.</p>
</li>
</ul>
</div>
</body>
</html>