rework transportque for shuttle speed codes, add rusage, cleanup
[goodguy/cinelerra.git] / cinelerra-5.1 / shuttlerc
1
2 # uncomment to enable diagnostics
3 #DEBUG
4
5 # redefine default, use
6 # also used for resources,load windows
7 [Default]
8 [Resources]
9 [Load]
10  K5 XK_Home
11  K6 XK_Button_1
12  K7 XK_Button_2
13  K8 XK_Button_3
14  K9 XK_End
15  JL XK_Scroll_Up
16  JR XK_Scroll_Down
17
18 [Cinelerra]
19
20  K5 XK_KP_0     # Stop
21  K9 XK_KP_3     # Play
22  K12 XK_Home    # Beginning
23  K13 XK_End     # End
24  K14 "["        # Toggle in
25  K15 "]"        # Toggle out
26
27  K1 "i"         # Pro Only - Clip
28  K2 "x"         # Pro Only - Cut
29  K3 "c"         # Pro Only - Copy
30  K4 "v"         # Pro Only - Paste
31
32  S-7 REV_16     # Next 7 are reverse keys
33  S-6 REV_8      #  the number on the end represents speed
34  S-5 REV_4      #  number can be decimal up to 64
35  S-4 REV_2      #  2 means 2x or double speed
36  S-3 REV_1
37  S-2 REV_0.5    #  note 0.25 represents 1/4 speed
38  S-1 REV_0.25
39  S0  XK_KP_0    # Stop
40  S1  FWD_0.25   # Next 7 are forward keys
41  S2  FWD_0.5
42  S3  FWD_1
43  S4  FWD_2
44  S5  FWD_4
45  S6  FWD_8
46  S7  FWD_16
47  
48  JL XK_KP_4     # Frame reverse
49  JR XK_KP_1     # Frame forward
50
51 [Composer]
52
53  K5 XK_KP_0     # Stop
54  K9 XK_KP_3     # Play
55  K12 XK_Home    # Beginning
56  K13 XK_End     # End
57  K14 "["        # Toggle in
58  K15 "]"        # Toggle out
59
60  K1 "i"         # Pro Only - Clip
61  K2 "x"         # Pro Only - Cut
62  K3 "c"         # Pro Only - Copy
63  K4 "v"         # Pro Only - Paste
64
65  S-3 XK_KP_Add  # Fast reverse
66  S-2 XK_KP_6    # Play reverse
67  S-1 XK_KP_5    # Slow reverse
68  S0 XK_KP_0     # Stop
69  S1 XK_KP_2     # Slow forward
70  S2 XK_KP_3     # Play forward
71  S3 XK_KP_Enter # Fast forward
72  
73  JL XK_KP_4     # Frame reverse
74  JR XK_KP_1     # Frame forward
75
76 [Viewer]
77
78  K5 "v"         # Splice (Viewer only - button is on Xpress)
79  K9 "b"         # Overwrite (Viewer only - button is on Xpress)
80  K12 XK_Home    # Beginning
81  K13 XK_End     # End
82  K14 "["        # Toggle in
83  K15 "]"        # Toggle out
84
85  K1 "i"         # Pro Only - Clip
86  K2 XK_Home     # Pro Only - Beginning 
87  K3 "c"         # Pro Only - Copy
88  K4 XK_End      # Pro Only - End
89
90  S-3 XK_KP_Add  # Fast reverse
91  S-2 XK_KP_6    # Play reverse
92  S-1 XK_KP_5    # Slow reverse
93  S0 XK_KP_0     # Stop
94  S1 XK_KP_2     # Slow forward
95  S2 XK_KP_3     # Play forward
96  S3 XK_KP_Enter # Fast forward
97  
98  JL XK_KP_4     # Frame reverse
99  JR XK_KP_1     # Frame forward
100