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

« back to all changes in this revision

Viewing changes to help/C/shortcuts.page

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya, Josselin Mouette, Rodrigo Moya
  • Date: 2011-05-19 12:12:42 UTC
  • mfrom: (1.1.65 upstream) (1.3.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20110519121242-967hbn2nh2hunp4y
Tags: 3.0.0-4ubuntu1
[ Josselin Mouette ]
* bug-presubj: please document where to report rendering bugs.
* evince.mime: dropped. We have desktop files to handle MIME 
  associations, no need to maintain an alternate system by hand.
  Closes: #619564, #627027, #551734, #581441.

[ Rodrigo Moya ]
* Rebase from Debian and GNOME3 PPA (thanks to Rico Tzschichholz).
  Remaining Ubuntu changes:
* debian/apparmor-profile:
* debian/apparmor-profile.abstraction:
* debian/evince.apport:
* debian/evince-common.dirs:
* debian/evince-common.postinst:
* debian/evince-common.postrm:
  - Add apparmor profile
* debian/control:
  - Build-Depend on debhelper (>= 7.4.20ubuntu5), gnome-common,
    hardening-includes and liblaunchpad-integration-3.0-dev
  - Standards-Version is 3.9.1
  - Depend on apparmor
* debian/rules:
  - Include hardening.make
  - Add rule to install apparmor files
* debian/watch:
  - Watch unstable series
* debian/patches/01_lpi.patch:
  - Launchpad integration patch
* debian/patches/04_gold.patch:
  - Link against libz
* debian/patches/05_library-path.patch:
  - Fix library path for g-ir-scanner

Show diffs side-by-side

added added

removed removed

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