~elementary-os/ubuntu-package-imports/evince-vivid

« back to all changes in this revision

Viewing changes to help/en_GB/shortcuts.page

  • Committer: RabbitBot
  • Date: 2015-05-31 18:19:12 UTC
  • Revision ID: rabbitbot@elementaryos.org-20150531181912-jftafuvmgcbwvieg
Initial import, version 3.14.2-0ubuntu2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="shortcuts" xml:lang="en-GB">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="index#advanced"/>
 
6
    <desc>See a list of all shortcuts, and learn how to create your own custom shortcuts.</desc>
 
7
 
 
8
    <revision pkgversion="3.2" version="0.1" date="2011-09-05" 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
    <license>
 
18
      <p>Creative Commons Share Alike 3.0</p>
 
19
    </license>
 
20
 
 
21
  </info>
 
22
 
 
23
 
 
24
<title>Keyboard shortcuts</title>
 
25
 
 
26
<section id="default-shortcuts"><title>Default shortcuts</title>
 
27
<section id="open-close-save-print">
 
28
  <title>Opening, closing, saving and printing</title>
 
29
  <table frame="all" rules="cols" shade="rows">
 
30
    <tr>
 
31
        <td><p>Open a document.</p></td>
 
32
        <td><p><keyseq><key>Ctrl</key><key>O</key></keyseq></p></td>
 
33
    </tr>
 
34
    <tr>
 
35
        <td><p>Open a copy of the current document.</p></td>
 
36
        <td><p><keyseq><key>Ctrl</key><key>N</key></keyseq></p></td>
 
37
    </tr>
 
38
    <tr>
 
39
        <td><p>Save a copy of the current document with a new file
 
40
name.</p></td>
 
41
        <td><p><keyseq><key>Ctrl</key><key>S</key></keyseq></p></td>
 
42
    </tr>
 
43
    <tr>
 
44
        <td><p>Print the current document.</p></td>
 
45
        <td><p><keyseq><key>Ctrl</key><key>P</key></keyseq></p></td>
 
46
    </tr>
 
47
    <tr>
 
48
        <td><p>Close the current document window.</p></td>
 
49
        <td><p><keyseq><key>Ctrl</key><key>W</key></keyseq></p></td>
 
50
    </tr>
 
51
    <tr>
 
52
        <td><p>Reload the document (effectively closes and re-opens the
 
53
document).</p></td>
 
54
        <td><p><keyseq><key>Ctrl</key><key>R</key></keyseq></p></td>
 
55
    </tr>
 
56
  </table>
 
57
</section>
 
58
 
 
59
<section id="move-around">
 
60
    <title>Moving around the document</title>
 
61
<table frame="all" rules="cols" shade="rows">
 
62
    <tr>
 
63
        <td><p>Move up/down a page.</p></td>
 
64
        <td><p>Arrow keys</p></td>
 
65
    </tr>
 
66
    <tr>
 
67
        <td><p>Move up/down a page several lines at a time.</p></td>
 
68
        <td><p><key>Page Up</key> / <key>Page Down</key></p></td>
 
69
    </tr>
 
70
    <tr>
 
71
        <td><p>Go to the previous/next page.</p></td>
 
72
        <td><p><keyseq><key>Ctrl</key><key>Page Up</key></keyseq> /
 
73
<keyseq><key>Ctrl</key><key>Page Down</key></keyseq></p></td>
 
74
    </tr>
 
75
    <tr>
 
76
        <td><p>Go to the beginning of a page (beginning of the document
 
77
if <guiseq><gui>View</gui> <gui>Continuous</gui></guiseq> is
 
78
selected).</p></td>
 
79
         <td><p><key>Home</key></p></td>
 
80
    </tr>
 
81
    <tr>
 
82
        <td><p>Go to the end of a page (end of the document if
 
83
<guiseq><gui>View</gui><gui>Continuous</gui></guiseq> is selected).</p></td>
 
84
        <td><p><key>End</key></p></td>
 
85
    </tr>
 
86
    <tr>
 
87
        <td><p>Go to the beginning of the document.</p></td>
 
88
        <td><p><keyseq><key>Ctrl</key><key>Home</key></keyseq></p></td>
 
89
    </tr>
 
90
    <tr>
 
91
        <td><p>Go to the end of the document.</p></td>
 
92
         <td><p><keyseq><key>Ctrl</key><key>End</key></keyseq></p></td>
 
93
    </tr>
 
94
</table>
 
95
</section>
 
96
 
 
97
<section id="copy">
 
98
    <title>Selecting and copying text</title>
 
99
<table frame="all" rules="cols" shade="rows">
 
100
    <tr>
 
101
        <td><p>Copy highlighted text.</p></td>
 
102
        <td><p><keyseq><key>Ctrl</key><key>C</key></keyseq></p></td>
 
103
    </tr>
 
104
    <tr>
 
105
        <td><p>Select all the text in a document.</p></td>
 
106
        <td><p><keyseq><key>Ctrl</key><key>A</key></keyseq></p></td>
 
107
    </tr>
 
108
</table>
 
109
</section>
 
110
 
 
111
<section id="find">
 
112
    <title>Finding text</title>
 
113
<table frame="all" rules="cols" shade="rows">
 
114
    <tr>
 
115
        <td><p>
 
116
        Show the toolbar that lets you search for words in the document. The
 
117
        search box is automatically highlighted when you press this, and the
 
118
        search will start as soon as you type some text.
 
119
        </p></td>
 
120
        <td><p><keyseq><key>Ctrl</key><key>F</key></keyseq></p></td>
 
121
    </tr>
 
122
    <tr>
 
123
        <td><p>Go to the next search result.</p></td>
 
124
        <td><p><keyseq><key>Ctrl</key><key>G</key></keyseq></p></td>
 
125
    </tr>
 
126
    <tr>
 
127
        <td><p>Go to the previous search result.</p></td>
 
128
        <td><p><keyseq><key>Ctrl</key><key>Shift</key><key>G</key></keyseq></p></td>
 
129
    </tr>
 
130
</table>
 
131
</section>
 
132
 
 
133
<section id="rotate-zoom">
 
134
    <title>Rotating and zooming</title>
 
135
<table frame="all" rules="cols" shade="rows">
 
136
    <tr>
 
137
        <td><p>Rotate the pages 90 degrees counter-clockwise.</p></td>
 
138
        <td><p><keyseq><key>Ctrl</key><key>Left arrow</key></keyseq></p></td>
 
139
    </tr>
 
140
    <tr>
 
141
        <td><p>Rotate the pages 90 degrees clockwise.</p></td>
 
142
        <td><p><keyseq><key>Ctrl</key><key>Right
 
143
arrow</key></keyseq></p></td>
 
144
    </tr>
 
145
    <tr>
 
146
        <td><p>Zoom in.</p></td>
 
147
        <td><p><keyseq><key>Ctrl</key><key>+</key></keyseq></p></td>
 
148
    </tr>
 
149
    <tr>
 
150
        <td><p>Zoom out.</p></td>
 
151
        <td><p><keyseq><key>Ctrl</key><key>-</key></keyseq></p></td>
 
152
    </tr>
 
153
</table>
 
154
</section>
 
155
</section>
 
156
 
 
157
<section id="custom-shortcuts">
 
158
 <title>Create your own custom shortcuts</title>
 
159
 
 
160
 
 
161
<p>
 
162
Enable the /desktop/gnome/interface/can_change_accels flag in gconf:
 
163
</p>
 
164
<steps>
 
165
 <item>
 
166
  <p>
 
167
   Press <keyseq><key>Alt</key><key>F2</key></keyseq>. The Run Application dialogue opens.
 
168
  </p>
 
169
 </item>
 
170
 <item>
 
171
  <p>
 
172
    In the textbox, type 'gconf-editor'.
 
173
  </p>
 
174
 </item>
 
175
 <item>
 
176
  <p>
 
177
    In the Configuration Editor select <guiseq><gui>desktop</gui><gui>gnome</gui><gui>interface</gui></guiseq>.
 
178
  </p>
 
179
 </item>
 
180
 <item>
 
181
  <p>
 
182
    Check the value box for <gui>can_change_accels</gui> in the right side of the window.
 
183
  </p>
 
184
 </item>
 
185
 <item>
 
186
  <p>
 
187
   You can add/change the shortcut as follows:
 
188
  </p>
 
189
    <list style="auto">
 
190
     <item>
 
191
      <p>
 
192
        Open the <app>document viewer</app>.
 
193
      </p>
 
194
     </item>
 
195
      <item>
 
196
      <p>
 
197
        Hover the pointer over the menu item you want to change/create the shortcut for.
 
198
      </p>
 
199
     </item>
 
200
     <item>
 
201
      <p>
 
202
        Enter the shortcut you want on the keyboard, e.g. <keyseq><key>Ctrl</key><key>Shift</key><key>T</key></keyseq>.
 
203
      </p>
 
204
     </item>
 
205
     <item>
 
206
      <p>
 
207
       Close the <app>document viewer</app>.
 
208
      </p>
 
209
      </item>
 
210
     </list>
 
211
     </item>
 
212
     <item>
 
213
      <p>
 
214
        Repeat steps 1-3.
 
215
      </p>
 
216
     </item>
 
217
      <item>
 
218
      <p>
 
219
            Uncheck the value box for <gui>can_change_accels</gui> in the right side of the window.
 
220
      </p>
 
221
       <note>
 
222
        <p>
 
223
          The next time the <app>document viewer</app> launches, your custom shortcut key will be preserved.
 
224
        </p>
 
225
       </note>
 
226
 
 
227
     </item>
 
228
</steps>
 
229
 
 
230
 
 
231
<note style="tip">
 
232
 <p>
 
233
  Note that this also works for many other Gnome applications as well.
 
234
 </p>
 
235
</note>
 
236
</section>
 
237
</page>