summaryrefslogtreecommitdiffstats
path: root/comm/suite/locales/en-US/chrome/common/help/shortcuts.xhtml
blob: ab8e3b7ea0cd4f437356544a8d01cb92cd17b91f (plain)
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
<?xml version="1.0" encoding="UTF-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"[
  <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" >
  %brandDTD;
]>

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>&brandShortName; Keyboard Shortcuts</title>
<link rel="stylesheet" href="helpFileLayout.css"
  type="text/css"/>
</head>
<body>

<h1>&brandShortName; Keyboard Shortcuts</h1>

<div class="contentsBox">In this section:
  <ul>
    <li><a href="#using_shortcuts">Using Shortcuts</a></li>
    <li><a href="#general_mozilla_shortcuts">General &brandShortName;
    Shortcuts</a></li>
    <li><a href="#text_field_shortcuts">Text Field Shortcuts</a></li>
    <li><a href="#help_window_shortcuts">Help Window Shortcuts</a></li>
    <li><a href="shortcuts_navigator.xhtml">Browser Shortcuts</a></li>
    <li><a href="shortcuts_mailnews.xhtml">Mail &amp; Newsgroups
    Shortcuts</a></li>
    <li><a href="shortcuts_composer.xhtml">Composer Shortcuts</a></li>
  </ul>
</div>

<h2 id="using_shortcuts">Using Shortcuts</h2>

<p>This document uses the following format for listing shortcuts:</p>

<p><strong>Example:</strong></p>

<table class="defaultTable">
<colgroup>
  <col class="commandColumn"></col>
  <col class="osFirstColumn"></col>
  <col class="osSecondColumn"></col>
  <col class="osThirdColumn"></col>
</colgroup>
<thead>
  <tr>
    <th>Command</th>
    <th>Windows</th>
    <th>macOS</th>
    <th>Linux or Unix</th>
  </tr>
</thead>
<tbody class="tbody-default">
  <tr>
    <td>Copy</td>
    <td>Ctrl+C</td>
    <td>Cmd+C</td>
    <td>Ctrl+C</td>
  </tr>
</tbody>
</table>

<p>To perform a command, press the buttons listed together at the same time.
  For example, to copy in Windows, press Ctrl and C at the same time.</p>

<p><strong>Tip</strong>: The plus sign (+) means that you must press two keys
  surrounding the plus sign at the same time. If there is more than one plus
  sign (such as Ctrl+Shift+C), it means that all three buttons surrounding the
  plus sign must be pressed at the same time.</p>

<p><strong>Abbreviations:</strong></p>

<ul>
  <li>Ctrl = Control key</li>
  <li>Cmd = Command key on the macOS Keyboard</li>
</ul>

<p><strong>Note</strong>: Some keyboard shortcuts perform different functions
  based on cursor location (focus). For example, if you press Home on Windows
  while viewing a web page, &brandShortName; will move to the top of the web
  page. However, if you press Home on Windows while the cursor is in a text
  field, the cursor will go to the beginning of the text field.</p>

<h2 id="general_mozilla_shortcuts">General &brandShortName; Shortcuts</h2>

<table class="defaultTable">
<colgroup>
  <col class="commandColumn"></col>
  <col class="osFirstColumn"></col>
  <col class="osSecondColumn"></col>
  <col class="osThirdColumn"></col>
</colgroup>
<thead>
  <tr>
    <th>Command</th>
    <th>Windows</th>
    <th>macOS</th>
    <th>Linux or Unix</th>
  </tr>
</thead>
<tbody class="tbody-default">
  <tr>
    <td>Copy</td>
    <td>Ctrl+C</td>
    <td>Cmd+C</td>
    <td>Ctrl+C</td>
  </tr>
  <tr>
    <td>Paste</td>
    <td>Ctrl+V</td>
    <td>Cmd+V</td>
    <td>Ctrl+V</td>
  </tr>
  <tr>
    <td>Cut</td>
    <td>Ctrl+X</td>
    <td>Cmd+X</td>
    <td>Ctrl+X</td>
  </tr>
  <tr>
    <td>Select All</td>
    <td>Ctrl+A</td>
    <td>Cmd+A</td>
    <td>Alt+A</td>
  </tr>
  <tr>
    <td>Close Window</td>
    <td>Ctrl+W</td>
    <td>Cmd+W</td>
    <td>Ctrl+W</td>
  </tr>
  <tr>
    <td>Delete Next Word</td>
    <td>Ctrl+Del</td>
    <td>Opt+Del</td>
    <td>Ctrl+Del</td>
  </tr>
  <tr>
    <td>Go Up One Page</td>
    <td>Page Up</td>
    <td>Page Up</td>
    <td>Page Up</td>
  </tr>
  <tr>
    <td>Go Down One Page </td>
    <td>Page Down</td>
    <td>Page Down</td>
    <td>Page Down</td>
  </tr>
  <tr>
    <td>Go Up One Line</td>
    <td>Up Arrow</td>
    <td>Up Arrow</td>
    <td>Up Arrow</td>
  </tr>
  <tr>
    <td>Go Down One Line</td>
    <td>Down Arrow</td>
    <td>Down Arrow</td>
    <td>Down Arrow</td>
  </tr>
  <tr>
    <td>Undo</td>
    <td>Ctrl+Z</td>
    <td>Cmd+Z</td>
    <td>Ctrl+Z</td>
  </tr>
  <tr>
    <td>Redo</td>
    <td>Ctrl+Y or Ctrl+Shift+Z</td>
    <td>Cmd+Shift+Z</td>
    <td>Ctrl+Y or Ctrl+Shift+Z</td>
  </tr>
  <tr>
    <td>Focus Search Field</td>
    <td>Ctrl+F or Ctrl+K</td>
    <td>Cmd+F or Cmd+K</td>
    <td>Ctrl+F or Ctrl+K</td>
  </tr>
  <tr>
    <td>Find</td>
    <td>Ctrl+F</td>
    <td>Cmd+F</td>
    <td>Ctrl+F</td>
  </tr>
  <tr>
    <td>Find Again</td>
    <td>Ctrl+G or F3</td>
    <td>Cmd+G</td>
    <td>Ctrl+G</td>
  </tr>
  <tr>
    <td>Find Links As You Type</td>
    <td>&apos; (apostrophe)</td>
    <td>&apos; (apostrophe)</td>
    <td>&apos; (apostrophe)</td>
  </tr>
  <tr>
    <td>Find Text As You Type</td>
    <td>/</td>
    <td>/</td>
    <td>/</td>
  </tr>
  <tr>
    <td>Open Context Menu</td>
    <td>Shift+F10</td>
    <td>Ctrl+Space</td>
    <td>Shift+F10</td>
  </tr>
  <tr>
    <td>
      Open Main Menu <span class="noMac">(switches to the first drop-down menu
      at the top of the window)</span>
    </td>
    <td>Alt or F10</td>
    <td>(macOS: Controlled through keyboard preference in Control Panel)</td>
    <td>F10</td>
  </tr>
  <tr>
    <td>Exit &brandShortName;</td>
    <td>Ctrl+Q</td>
    <td>Cmd+Q</td>
    <td>Ctrl+Q</td>
  </tr>
  <tr>
    <td>Start Browser</td>
    <td>Ctrl+1</td>
    <td>Cmd+1</td>
    <td>Ctrl+1</td>
  </tr>
  <tr>
    <td>Start Mail &amp; Newsgroups</td>
    <td>Ctrl+2</td>
    <td>Cmd+2</td>
    <td>Ctrl+2</td>
  </tr>
  <tr>
    <td>Start Composer</td>
    <td>Ctrl+4</td>
    <td>Cmd+4</td>
    <td>Ctrl+4</td>
  </tr>
  <tr>
    <td>Start Address Book</td>
    <td>Ctrl+5</td>
    <td>Cmd+5</td>
    <td>Ctrl+5</td>
  </tr>
  <tr>
    <td>Start IRC Chat</td>
    <td>Ctrl+6</td>
    <td>Cmd+6</td>
    <td>Ctrl+6</td>
  </tr>
  <tr>
    <td>Open Add-ons Manager</td>
    <td>Ctrl+Shift+A</td>
    <td>Cmd+Shift+A</td>
    <td>Ctrl+Shift+A</td>
  </tr>
  <tr>
    <td>Open Download Manager</td>
    <td>Ctrl+J</td>
    <td>Cmd+J</td>
    <td>Ctrl+J</td>
  </tr>
  <tr>
    <td>Open Error Console</td>
    <td>Ctrl+Shift+J</td>
    <td>Cmd+Shift+J</td>
    <td>Ctrl+Shift+J</td>
  </tr>
  <tr>
    <td>Open Help Window</td>
    <td>F1</td>
    <td>Cmd+?</td>
    <td>F1</td>
  </tr>
  <tr>
    <td>Turn on/off <a href="glossary.xhtml#caret_browsing">caret browsing</a></td>
    <td>F7</td>
    <td>F7 (if F7 is not programmed for another command)</td>
    <td>F7</td>
  </tr>
</tbody>
</table>

<h2 id="text_field_shortcuts">Text Field Shortcuts</h2>

<p>The following are keyboard commands for navigating and modifying text in a
  text input field (e.g. the Location Bar). Except where indicated, these
  commands also apply to Web pages and e-mail messages in caret browsing
  mode.</p>

<table class="defaultTable">
<colgroup>
  <col class="commandColumn"></col>
  <col class="osFirstColumn"></col>
  <col class="osSecondColumn"></col>
  <col class="osThirdColumn"></col>
</colgroup>
<thead>
  <tr>
    <th>Command</th>
    <th>Windows</th>
    <th>macOS</th>
    <th>Linux or Unix</th>
  </tr>
</thead>
<tbody class="tbody-default">
  <tr>
    <td>Move one line up</td>
    <td>Up Arrow</td>
    <td>Up Arrow</td>
    <td>Up Arrow</td>
  </tr>
  <tr>
    <td>Move one line down</td>
    <td>Down Arrow</td>
    <td>Down Arrow</td>
    <td>Down Arrow</td>
  </tr>
  <tr>
    <td>Move one character left</td>
    <td>Left Arrow</td>
    <td>Left Arrow</td>
    <td>Left Arrow</td>
  </tr>
  <tr>
    <td>Move one character right</td>
    <td>Right Arrow</td>
    <td>Right Arrow</td>
    <td>Right Arrow</td>
  </tr>
  <tr>
    <td>Move to next word</td>
    <td>Ctrl+Right Arrow</td>
    <td>Opt+Right Arrow</td>
    <td>Ctrl+Right Arrow</td>
  </tr>
  <tr>
    <td>Move to previous word</td>
    <td>Ctrl+Left Arrow</td>
    <td>Opt+Left Arrow</td>
    <td>Ctrl+Left Arrow</td>
  </tr>
  <tr>
    <td>Move to beginning of line</td>
    <td>Home</td>
    <td>Cmd+Left Arrow<span class="mac"> (in text fields only)</span></td>
    <td>Home</td>
  </tr>
  <tr>
    <td>Move to end of line</td>
    <td>End</td>
    <td>Cmd+Right Arrow<span class="mac"> (in text fields only)</span></td>
    <td>End</td>
  </tr>
  <tr>
    <td>Move to beginning of text</td>
    <td>Ctrl+Home</td>
    <td>Cmd+Up Arrow</td>
    <td>Ctrl+Home</td>
  </tr>
  <tr>
    <td>Move to end of text</td>
    <td>Ctrl+End</td>
    <td>Cmd+Down Arrow</td>
    <td>Ctrl+End</td>
  </tr>
  <tr>
    <td>Select next character</td>
    <td>Shift+Right Arrow</td>
    <td>Shift+Right Arrow</td>
    <td>Shift+Right Arrow</td>
  </tr>
  <tr>
    <td>Select previous character</td>
    <td>Shift+Left Arrow</td>
    <td>Shift+Left Arrow</td>
    <td>Shift+Left Arrow</td>
  </tr>
  <tr>
    <td>Select next word</td>
    <td>Ctrl+Shift+Right Arrow</td>
    <td>Opt+Shift+Right Arrow</td>
    <td>Ctrl+Shift+Right Arrow</td>
  </tr>
  <tr>
    <td>Select previous word</td>
    <td>Ctrl+Shift+Left Arrow</td>
    <td>Opt+Shift+Left Arrow</td>
    <td>Ctrl+Shift+Left Arrow</td>
  </tr>
  <tr>
    <td>Select all text</td>
    <td>Ctrl+A</td>
    <td>Cmd+A</td>
    <td>Ctrl+A</td>
  </tr>
  <tr>
    <td>Copy</td>
    <td>Ctrl+C</td>
    <td>Cmd+C</td>
    <td>Ctrl+C</td>
  </tr>
  <tr>
    <td>Paste (in text fields only)</td>
    <td>Ctrl+V</td>
    <td>Cmd+V</td>
    <td>Ctrl+V</td>
  </tr>
  <tr>
    <td>Cut (in text fields only)</td>
    <td>Ctrl+X</td>
    <td>Cmd+X</td>
    <td>Ctrl+X</td>
  </tr>
  <tr>
    <td>Delete next character (in text fields only)</td>
    <td>Del</td>
    <td>Del</td>
    <td>Del</td>
  </tr>
  <tr>
    <td>Delete previous character (in text fields only)</td>
    <td>Backspace</td>
    <td>Backspace</td>
    <td>Backspace</td>
  </tr>
  <tr>
    <td>Delete next word (in text fields only)</td>
    <td>Ctrl+Del</td>
    <td>Opt+Del</td>
    <td>Ctrl+Del</td>
  </tr>
  <tr>
    <td>Delete previous word (in text fields only)</td>
    <td>Ctrl+Backspace</td>
    <td>Opt+Backspace</td>
    <td>Ctrl+Backspace</td>
   </tr>
 </tbody>
 </table>

<h2 id="help_window_shortcuts">Help Window Shortcuts</h2>

<p>These shortcuts are available from Help windows.</p>

<table class="defaultTable">
<colgroup>
  <col class="commandColumn"></col>
  <col class="osFirstColumn"></col>
  <col class="osSecondColumn"></col>
  <col class="osThirdColumn"></col>
</colgroup>
<thead>
  <tr>
    <th>Command</th>
    <th>Windows</th>
    <th>macOS</th>
    <th>Linux or Unix</th>
  </tr>
</thead>
<tbody class="tbody-default">
  <tr>
    <td>Navigate Links within Content Pane (right pane)</td>
    <td>Tab</td>
    <td>Tab</td>
    <td>Tab</td>
  </tr>
  <tr>
    <td>Switch between Content Pane and Search/Contents/Index/Glossary
      (toggle)</td>
    <td>F6</td>
    <td>F6</td>
    <td>F6</td>
  </tr>
  <tr>
    <td>Navigate Index Terms (while Index Pane is selected)</td>
    <td>Up/Down Arrow</td>
    <td>Up/Down Arrow</td>
    <td>Up/Down Arrow</td>
  </tr>
  <tr>
    <td>Scroll Pane (Content, Table of Contents, or Index)</td>
    <td>Up/Down Arrow</td>
    <td>Up/Down Arrow</td>
    <td>Up/Down Arrow</td>
  </tr>
  <tr>
    <td>Expand/Collapse Table of Contents Tree Structure</td>
    <td>Left/Right Arrow</td>
    <td>Left/Right Arrow</td>
    <td>Left/Right Arrow</td>
  </tr>
  <tr>
    <td>Print Page</td>
    <td>Ctrl+P</td>
    <td>Cmd+P</td>
    <td>Ctrl+P</td>
  </tr>
  <tr>
    <td>Go Back to Previous Page</td>
    <td>Alt+Left Arrow</td>
    <td>Cmd+Left Arrow</td>
    <td>Alt+Left Arrow</td>
  </tr>
  <tr>
    <td>Go Forward One Page</td>
    <td>Alt+Right Arrow</td>
    <td>Cmd+Right Arrow</td>
    <td>Alt+Right Arrow</td>
  </tr>
</tbody>
</table>

</body>
</html>