~ubuntu-branches/ubuntu/oneiric/evince/oneiric-updates

« back to all changes in this revision

Viewing changes to help/oc/shortcuts.page

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2011-04-14 16:20:57 UTC
  • mfrom: (1.6.4 upstream)
  • mto: (1.3.5 experimental)
  • mto: This revision was merged to the branch mainline in revision 138.
  • Revision ID: james.westby@ubuntu.com-20110414162057-0ofhbd139zs6ev6y
ImportĀ upstreamĀ versionĀ 3.0.0

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