@@ -19,58 +19,62 @@ <h2>Search Filters</h2>
19
19
</ div >
20
20
21
21
< div class ="zd-section ">
22
- < h2 id ="shortcuts "> Keyboard shortcuts </ h2 >
23
- < table >
22
+ < h2 id ="shortcuts "> Keyboard Shortcuts </ h2 >
23
+ < table class =" table " >
24
24
< thead >
25
25
< tr >
26
- < th > < strong > Action </ strong > </ th >
27
- < th > < strong > Shortcut</ strong > </ th >
26
+ < th > Command </ th >
27
+ < th > Shortcut</ th >
28
28
</ tr >
29
29
</ thead >
30
30
< tbody >
31
31
< tr >
32
- < th > Set focus on search bar </ th >
33
- < th > < strong > Ctrl+K or Ctrl+L</ strong > </ th >
32
+ < td > Focus Search Bar </ td >
33
+ < td > < kbd > Ctrl+K</ kbd > or < kbd > Ctrl+L</ kbd > </ td >
34
34
</ tr >
35
35
< tr >
36
- < th > Find in page</ th >
37
- < th > < strong > Ctrl+F</ strong > </ th >
36
+ < td > Find in page</ td >
37
+ < td > < kbd > Ctrl+F</ kbd > or < kbd > / </ kbd > </ td >
38
38
</ tr >
39
39
< tr >
40
- < th > Preferences </ th >
41
- < th > < strong > Ctrl+, </ strong > </ th >
40
+ < td > New Tab </ td >
41
+ < td > < kbd > Ctrl+T </ kbd > </ td >
42
42
</ tr >
43
43
< tr >
44
- < th > Open a new tab, and jump to it </ th >
45
- < th > < strong > Ctrl+T</ strong > </ th >
44
+ < td > Duplicate Tab </ td >
45
+ < td > < kbd > Ctrl+Alt+ T</ kbd > </ td >
46
46
</ tr >
47
47
< tr >
48
- < th > Duplicate current tab </ th >
49
- < th > < strong > Ctrl+Alt+T </ strong > </ th >
48
+ < td > Close Tab </ td >
49
+ < td > < kbd > Ctrl+W </ kbd > ( < kbd > Ctrl+F4 </ kbd > on Windows) </ td >
50
50
</ tr >
51
51
< tr >
52
- < th > Close current tab </ th >
53
- < th > < strong > Ctrl+F4 </ strong > </ th >
52
+ < td > Select Tab 1 to 8 </ td >
53
+ < td > < kbd > Alt+1 </ kbd > through < kbd > Alt+8 </ kbd > </ td >
54
54
</ tr >
55
55
< tr >
56
- < th > Jump to a specific tab </ th >
57
- < th > < strong > Alt+1 through Alt+8 </ strong > </ th >
56
+ < td > Select Last Tab </ td >
57
+ < td > < kbd > Alt+9 </ kbd > </ td >
58
58
</ tr >
59
59
< tr >
60
- < th > Jump to the last tab </ th >
61
- < th > < strong > Alt+9 </ strong > </ th >
60
+ < td > Zoom In </ td >
61
+ < td > < kbd > Ctrl+= </ kbd > or < kbd > Ctrl++ </ kbd > </ td >
62
62
</ tr >
63
63
< tr >
64
- < th > Zoom in </ th >
65
- < th > < strong > Ctrl+= </ strong > </ th >
64
+ < td > Zoom Out </ td >
65
+ < td > < kbd > Ctrl+- </ kbd > </ td >
66
66
</ tr >
67
67
< tr >
68
- < th > Reset zoom </ th >
69
- < th > < strong > Ctrl+0</ strong > </ th >
68
+ < td > Zoom Reset </ td >
69
+ < td > < kbd > Ctrl+0</ kbd > </ td >
70
70
</ tr >
71
71
< tr >
72
- < th > Close application</ th >
73
- < th > < strong > Ctrl+Q</ strong > </ th >
72
+ < td > Open Preferences</ td >
73
+ < td > < kbd > Ctrl+,</ kbd > </ td >
74
+ </ tr >
75
+ < tr >
76
+ < td > Quit Zeal</ td >
77
+ < td > < kbd > Ctrl+Q</ kbd > </ td >
74
78
</ tr >
75
79
</ tbody >
76
80
</ table >
0 commit comments