File: shortcut_keys.html

package info (click to toggle)
qstopmotion 2.5.2-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,840 kB
  • sloc: cpp: 30,330; makefile: 3
file content (220 lines) | stat: -rw-r--r-- 10,114 bytes parent folder | download | duplicates (4)
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
    <TITLE>Shortcut keys</TITLE>
    <LINK REL="HOME" TITLE="qStopMotion user manual" HREF="index.html">
    <LINK REL="PREVIOUS" TITLE="Project properties." HREF="properties.html">
    <LINK REL="NEXT" TITLE="Troubleshooting" HREF="trouble_shooting.html"></HEAD>
<BODY CLASS="section">
    <DIV CLASS="NAVHEADER">
        <TABLE SUMMARY="Header navigation table" WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0">
            <TR>
                <TH COLSPAN="3" ALIGN="center"><SPAN CLASS="application">qStopMotion</SPAN> user manual</TH>
            </TR>
            <TR>
                <TD WIDTH="10%" ALIGN="left" VALIGN="bottom"><A HREF="properties.html" ACCESSKEY="P">Prev</A></TD>
                <TD WIDTH="80%" ALIGN="center" VALIGN="bottom"></TD>
                <TD WIDTH="10%" ALIGN="right" VALIGN="bottom"><A HREF="trouble_shooting.html" ACCESSKEY="N">Next</A></TD>
            </TR>
        </TABLE>
        <HR>
    </DIV>
    <DIV CLASS="section">
        <H1 CLASS="section">12. Shortcut keys</H1>
        <DIV CLASS="table">
            <P><B>Table 1. General shortcuts</B></P>
            <TABLE BORDER="1" CLASS="CALSTABLE">
                <TR>
                    <TD><B CLASS="keycap">Ctrl</B>-<B CLASS="keycap">N</B></TD>
                    <TD>Creates a New project.</TD>
                </TR>
                <TR>
                    <TD><B CLASS="keycap">Ctrl</B>-<B CLASS="keycap">O</B></TD>
                    <TD>Opens an excisting project.</TD>
                </TR>
                <TR>
                    <TD><B CLASS="keycap">Ctrl</B>-<B CLASS="keycap">S</B></TD>
                    <TD>Saves the project.</TD>
                </TR>
                <TR>
                    <TD><B CLASS="keycap">Ctrl</B>-<B CLASS="keycap">Shift</B>-<B CLASS="keycap">S</B></TD>
                    <TD>Saves the project as.</TD>
                </TR>
                <TR>
                    <TD><B CLASS="keycap">Ctrl</B>-<B CLASS="keycap">Alt</B>-<B CLASS="keycap">V</B></TD>
                    <TD>Opens a dialog to export the project as video.</TD>
                </TR>
                <TR>
                    <TD><B CLASS="keycap">Ctrl</B>-<B CLASS="keycap">Alt</B>-<B CLASS="keycap">C</B></TD>
                    <TD>Opens a dialog to export the project as a Cinerella project.</TD>
                </TR>
                <TR>
                    <TD><B CLASS="keycap">Ctrl</B>-<B CLASS="keycap">Q</B></TD>
                    <TD>Quits the application.</TD>
                </TR>
                <TR>
                    <TD><B CLASS="keycap">Ctrl</B>-<B CLASS="keycap">Z</B></TD>
                    <TD>Undoes the last action.</TD>
                </TR>
                <TR>
                    <TD><B CLASS="keycap">Ctrl</B>-<B CLASS="keycap">Shift</B>-<B CLASS="keycap">Z</B></TD>
                    <TD>Redoes the last undo.</TD>
                </TR>
                <TR>
                    <TD><B CLASS="keycap">Ctrl</B>-<B CLASS="keycap">X</B></TD>
                    <TD>Cuts the selected frames out of the animation and places them on the global clipboard.</TD>
                </TR>
                <TR>
                    <TD><B CLASS="keycap">Ctrl</B>-<B CLASS="keycap">C</B></TD>
                    <TD>Copies the selected frames to the global clipboard.</TD>
                </TR>
                <TR>
                    <TD><B CLASS="keycap">Ctrl</B>-<B CLASS="keycap">V</B></TD>
                    <TD>Pastes pictures from the global clipboard and adds them to the animation after the selected frame.</TD>
                </TR>
                <TR>
                    <TD><B CLASS="keycap">Ctrl</B>-<B CLASS="keycap">G</B></TD>
                    <TD>Brings up a menu where you can select a frame to jump to.</TD>
                </TR>
                <TR>
                    <TD><B CLASS="keycap">Ctrl</B>-<B CLASS="keycap">P</B></TD>
                    <TD>Opens the import and export preferences menu.</TD>
                </TR>
                <TR>
                    <TD><B CLASS="keycap">Shift</B>-<B CLASS="keycap">F1</B></TD>
                    <TD>Gives you a what's this arrow for querying information about a user interface item.</TD>
                </TR>
                <TR>
                    <TD><B CLASS="keycap">Ctrl</B>-<B CLASS="keycap">F</B></TD>
                    <TD>Adds one or several frames/pictures to the animation.</TD>
                </TR>
                <TR>
                    <TD><B CLASS="keycap">Ctrl</B>-<B CLASS="keycap">E</B></TD>
                    <TD>Creates a new scene</TD>
                </TR>
            </TABLE>
      </DIV>
        <DIV CLASS="table">
            <P><B>Table 2. Toolbar shortcuts</B></P>
            <TABLE BORDER="1" CLASS="CALSTABLE"><COL><COL><TBODY>
                <TR>
                    <TD><B CLASS="keycap">&nbsp;</B></TD>
                  <TD>Play the animation.</TD>
                </TR>
                <TR>
                  <TD><B CLASS="keycap">*, P, Asterisk</B></TD>
                  <TD>Go to the last frame of the take.</TD>
              </TR>
                <TR>
                    <TD><B CLASS="keycap">9, Page Up</B></TD>
                  <TD>Go to the next frame of the take.</TD>
                </TR>
                <TR>
                    <TD><B CLASS="keycap">6, O, Right</B></TD>
                  <TD>Go to the previous frame of the take.</TD>
                </TR>
                <TR>
                  <TD><B CLASS="keycap">3, L, Page Down</B></TD>
                  <TD>Go to the first frame of the take.</TD>
              </TR>
                <TR>
                  <TD><B CLASS="keycap">/, Slash</B></TD>
                  <TD>Go to the last take of the scene.</TD>
              </TR>
                <TR>
                  <TD><B CLASS="keycap">8, Up</B></TD>
                  <TD>Go to the next take of the scene.</TD>
              </TR>
                <TR>
                  <TD><B CLASS="keycap">5, I, Clear</B></TD>
                  <TD>Go to the previous take of the scene.</TD>
              </TR>
                <TR>
                  <TD><B CLASS="keycap">2, K, Down</B></TD>
                  <TD>Go to the first take of the scene.</TD>
              </TR>
                <TR>
                  <TD><B CLASS="keycap">7, Home</B></TD>
                  <TD>Go to the last scene of the project.</TD>
              </TR>
                <TR>
                    <TD><B CLASS="keycap">4, U, Left</B></TD>
                    <TD>Go to the next scene of the project.</TD>
                </TR>
                <TR>
                    <TD><B CLASS="keycap">1, J, End</B></TD>
                    <TD>Go to the previous scene of the project.</TD>
                </TR>
                <TR>
                  <TD><B CLASS="keycap">0, M, Insert</B></TD>
                  <TD>Go to the first scene of the project.</TD>
              </TR>
                <TR>
                    <TD><strong> </strong></TD>
                    <TD>Toggle whether the animation should loop when playing.</TD>
                </TR>
            </TABLE>
      </DIV>
        <DIV CLASS="table">
            <P><B>Table 3. Project tooltab shortcuts</B></P>
            <TABLE BORDER="1" CLASS="CALSTABLE">
                <TR>
                    <TD><B CLASS="keycap">C</B></TD>
                    <TD>Start the camera.</TD>
                </TR>
                <TR>
                    <TD><B CLASS="keycap">Space, Return, Enter</B></TD>
                    <TD>Capture a frame from the camera video stream.</TD>
                </TR>
                <TR>
                  <TD><B CLASS="keycap">Delete, Comma, Period</B></TD>
                  <TD>Delete frame.</TD>
              </TR>
                <TR>
                  <TD><B CLASS="keycap">+, Plus</B></TD>
                  <TD>Add take to the scene.</TD>
              </TR>
                <TR>
                  <TD><B CLASS="keycap">Shift</B>-<B CLASS="keycap">Delete</B></TD>
                  <TD>Delete take.</TD>
              </TR>
                <TR>
                  <TD><B CLASS="keycap">-, Minus</B></TD>
                  <TD>Add scene to the project.</TD>
              </TR>
                <TR>
                  <TD><B CLASS="keycap">Ctrl</B>-<B CLASS="keycap">Delete</B></TD>
                  <TD>Delete scene.</TD>
              </TR>
                <TR>
                    <TD><B CLASS="keycap">&nbsp;</B></TD>
                    <TD>Switch to image mixing/onionskinning mode.</TD>
                </TR>
                <TR>
                    <TD><B CLASS="keycap">&nbsp;</B></TD>
                    <TD>Switch to image differentation mode.</TD>
                </TR>
                <TR>
                    <TD><B CLASS="keycap">&nbsp;</B></TD>
                    <TD>Switch to playback mode.</TD>
                </TR>
            </TABLE>
      </DIV>
    </DIV>
    <DIV CLASS="NAVFOOTER">
        <HR>
        <TABLE SUMMARY="Footer navigation table" WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0">
            <TR>
                <TD WIDTH="33%" ALIGN="left" VALIGN="top"><A HREF="properties.html" ACCESSKEY="P">Prev</A></TD>
                <TD WIDTH="34%" ALIGN="center" VALIGN="top"><A HREF="index.html" ACCESSKEY="H">Home</A></TD>
                <TD WIDTH="33%" ALIGN="right" VALIGN="top"><A HREF="trouble_shooting.html" ACCESSKEY="N">Next</A></TD>
            </TR>
            <TR>
                <TD WIDTH="33%" ALIGN="left" VALIGN="top">Project properties.</TD>
                <TD WIDTH="34%" ALIGN="center" VALIGN="top">&nbsp;</TD>
                <TD WIDTH="33%" ALIGN="right" VALIGN="top">Troubleshooting</TD>
            </TR>
        </TABLE>
    </DIV>
</BODY>
</HTML>