-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathshortcuts.html
382 lines (382 loc) · 7.17 KB
/
shortcuts.html
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
<!-- AUTO GENERATED DO NOT EDIT -->
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Shortcuts</title>
</head>
<body>
<h1 id="shortcuts">Shortcuts</h1>
<p>Shortcuts available in Friction.</p>
<h2 id="general">General</h2>
<p>These shortcuts are globally available in Friction. Note that some
actions may require a selected object and/or an active viewer or
timeline.</p>
<table>
<thead>
<tr class="header">
<th>Action</th>
<th>Shortcut</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>New</td>
<td><code>Ctrl</code> + <code>N</code></td>
</tr>
<tr class="even">
<td>Open</td>
<td><code>Ctrl</code> + <code>O</code></td>
</tr>
<tr class="odd">
<td>Save</td>
<td><code>Ctrl</code> + <code>S</code></td>
</tr>
<tr class="even">
<td>Save As</td>
<td><code>Ctrl</code> + <code>Shift</code> + <code>S</code></td>
</tr>
<tr class="odd">
<td>Link</td>
<td><code>Ctrl</code> + <code>L</code></td>
</tr>
<tr class="even">
<td>Import</td>
<td><code>Ctrl</code> + <code>I</code></td>
</tr>
<tr class="odd">
<td>Paste</td>
<td><code>Ctrl</code> + <code>V</code></td>
</tr>
<tr class="even">
<td>Copy</td>
<td><code>Ctrl</code> + <code>C</code></td>
</tr>
<tr class="odd">
<td>Duplicate</td>
<td><code>Ctrl</code> + <code>D</code></td>
</tr>
<tr class="even">
<td>Cut</td>
<td><code>Ctrl</code> + <code>X</code></td>
</tr>
<tr class="odd">
<td>Delete</td>
<td><code>Delete</code></td>
</tr>
<tr class="even">
<td>Close</td>
<td><code>Ctrl</code> + <code>W</code></td>
</tr>
<tr class="odd">
<td>Preferences</td>
<td><code>Ctrl</code> + <code>P</code></td>
</tr>
<tr class="even">
<td>Exit</td>
<td><code>Ctrl</code> + <code>Q</code></td>
</tr>
<tr class="odd">
<td>Command Palette</td>
<td><code>Ctrl</code> + <code>Space</code></td>
</tr>
</tbody>
</table>
<h2 id="exportrender">Export/Render</h2>
<p>Shortcuts for exporting video and SVG animation.</p>
<table>
<thead>
<tr class="header">
<th>Action</th>
<th>Shortcut</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>Add to render queue</td>
<td><code>F12</code></td>
</tr>
<tr class="even">
<td>Export SVG</td>
<td><code>Shift+F12</code></td>
</tr>
<tr class="odd">
<td>Preview SVG</td>
<td><code>Ctrl+F12</code></td>
</tr>
</tbody>
</table>
<h2 id="tools">Tools</h2>
<p>Shortcuts for the main tools.</p>
<table>
<thead>
<tr class="header">
<th>Action</th>
<th>Shortcut</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>Transform</td>
<td><code>F1</code></td>
</tr>
<tr class="even">
<td>Path Edit</td>
<td><code>F2</code></td>
</tr>
<tr class="odd">
<td>Path Create</td>
<td><code>F3</code></td>
</tr>
<tr class="even">
<td>Path Draw</td>
<td><code>F4</code></td>
</tr>
<tr class="odd">
<td>Circle</td>
<td><code>F5</code></td>
</tr>
<tr class="even">
<td>Rectangle</td>
<td><code>F6</code></td>
</tr>
<tr class="odd">
<td>Text</td>
<td><code>F7</code></td>
</tr>
<tr class="even">
<td>Null</td>
<td><code>F8</code></td>
</tr>
</tbody>
</table>
<h2 id="objects">Objects</h2>
<p>Shortcuts for objects are valid on active timeline and viewer.</p>
<table>
<thead>
<tr class="header">
<th>Action</th>
<th>Shortcut</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>Move Object Up</td>
<td><code>PageUp</code></td>
</tr>
<tr class="even">
<td>Move Object Down</td>
<td><code>PageDown</code></td>
</tr>
<tr class="odd">
<td>Move Object Top</td>
<td><code>Home</code></td>
</tr>
<tr class="even">
<td>Move Object Bottom</td>
<td><code>End</code></td>
</tr>
<tr class="odd">
<td>Group</td>
<td><code>Ctrl</code> + <code>G</code></td>
</tr>
<tr class="even">
<td>UnGroup</td>
<td><code>Ctrl</code> + <code>Shft</code> + <code>G</code></td>
</tr>
<tr class="odd">
<td>Select All</td>
<td><code>A</code></td>
</tr>
<tr class="even">
<td>DeSelect All</td>
<td><code>Alt</code> + <code>A</code></td>
</tr>
<tr class="odd">
<td>Invert Selection</td>
<td><code>Alt</code> + <code>A</code></td>
</tr>
<tr class="even">
<td>Pivot local/global</td>
<td><code>P</code></td>
</tr>
</tbody>
</table>
<h2 id="timeline">Timeline</h2>
<p>Shortcuts are valid on active timeline.</p>
<table>
<thead>
<tr class="header">
<th>Action</th>
<th>Shortcut</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>Rewind <em>(first frame)</em></td>
<td><code>Shift</code> + <code>Left</code></td>
</tr>
<tr class="even">
<td>Fast Forward <em>(last frame)</em></td>
<td><code>Shift</code> + <code>Right</code></td>
</tr>
<tr class="odd">
<td>Previous Frame</td>
<td><code>Left</code></td>
</tr>
<tr class="even">
<td>Next Frame</td>
<td><code>Right</code></td>
</tr>
<tr class="odd">
<td>Previous Keyframe</td>
<td><code>Down</code></td>
</tr>
<tr class="even">
<td>Next Keyframe</td>
<td><code>Up</code></td>
</tr>
<tr class="odd">
<td>Play/Pause</td>
<td><code>Space</code></td>
</tr>
<tr class="even">
<td>Play from first frame</td>
<td><code>Shift</code> + <code>Space</code></td>
</tr>
<tr class="odd">
<td>Stop</td>
<td><code>Esc</code></td>
</tr>
<tr class="even">
<td>Frame In</td>
<td><code>I</code></td>
</tr>
<tr class="odd">
<td>Frame Out</td>
<td><code>O</code></td>
</tr>
<tr class="even">
<td>Marker</td>
<td><code>k</code></td>
</tr>
<tr class="odd">
<td>Add Key(s)</td>
<td><code>Insert</code></td>
</tr>
</tbody>
</table>
<h2 id="viewercanvas">Viewer/Canvas</h2>
<p>Shortcuts are valid on active viewer.</p>
<h3 id="pan-and-zoom">Pan and Zoom</h3>
<table>
<thead>
<tr class="header">
<th>Action</th>
<th>Shortcut</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>Pan</td>
<td><code>Middle</code> mouse button and move mouse/touchpad</td>
</tr>
<tr class="even">
<td></td>
<td><code>Left</code> mouse button and move mouse/touchpad</td>
</tr>
<tr class="odd">
<td></td>
<td><code>Alt</code> + move mouse/touchpad</td>
</tr>
<tr class="even">
<td>Zoom +/-</td>
<td><code>Wheel</code> up/down</td>
</tr>
<tr class="odd">
<td></td>
<td><code>Scroll</code> up/down</td>
</tr>
<tr class="even">
<td></td>
<td><code>Ctrl</code> + <code>+</code>/<code>-</code></td>
</tr>
<tr class="odd">
<td></td>
<td><code>Numpad</code> <code>+</code>/<code>-</code></td>
</tr>
<tr class="even">
<td>Zoom Fit</td>
<td><code>Ctrl</code> + <code>0</code></td>
</tr>
<tr class="odd">
<td></td>
<td><code>Numpad</code> <code>0</code></td>
</tr>
<tr class="even">
<td>Reset Zoom</td>
<td><code>Ctrl</code> + <code>1</code></td>
</tr>
</tbody>
</table>
<h3 id="transform">Transform</h3>
<table>
<thead>
<tr class="header">
<th>Action</th>
<th>Shortcut</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>Reset Translation</td>
<td><code>Alt</code> + <code>G</code></td>
</tr>
<tr class="even">
<td>Reset Scale</td>
<td><code>Alt</code> + <code>S</code></td>
</tr>
<tr class="odd">
<td>Reset Rotation</td>
<td><code>Alt</code> + <code>R</code></td>
</tr>
<tr class="even">
<td>Rotate</td>
<td><code>R</code> and move mouse/touchpad</td>
</tr>
<tr class="odd">
<td>Scale</td>
<td><code>S</code> and move mouse/touchpad</td>
</tr>
</tbody>
</table>
<h2 id="other">Other</h2>
<p>Other shortcuts.</p>
<table>
<thead>
<tr class="header">
<th>Action</th>
<th>Shortcut</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>Bookmark current color</td>
<td><code>B</code></td>
</tr>
<tr class="even">
<td>Fullscreen</td>
<td><code>F11</code></td>
</tr>
<tr class="odd">
<td>Show/Hide Timeline</td>
<td><code>T</code></td>
</tr>
<tr class="even">
<td>Show/Hide Fill and Stroke</td>
<td><code>F</code></td>
</tr>
</tbody>
</table>
</body>
</html>