add usb_direct for shuttle, revised shuttle again, titler tweak, transportque design...
[goodguy/cinelerra.git] / cinelerra-5.1 / shuttlerc
1
2 # uncomment to enable diagnostics
3 #DEBUG
4 # uncommet to use direct usb
5 #USB_DIRECT
6
7 # redefine default, use
8 # also used for resources,load windows
9 [Default]
10 [Resources]
11 [Load]
12  K5 XK_Home
13  K6 XK_Button_1
14  K7 XK_Button_2
15  K8 XK_Button_3
16  K9 XK_End
17  JL XK_Scroll_Up
18  JR XK_Scroll_Down
19
20 [Cinelerra]
21
22 # Most useful functions have to be on K5-K9 because Xpress only has 5 keys
23  K5 XK_Home     # Beginning
24  K6 XK_KP_3     # Play, or if playing Stop
25  K7 XK_KP_0     # Stop
26  K8 XK_KP_6     # Reverse, or if playing Stop
27  K9 XK_End      # End
28
29 # K10 "["       # Switch if K14 not working
30 # K11 "]"       # Switch if K15 not working
31  K10 Alt-XK_Left
32  K11 Alt-XK_Right
33  K12 XK_Home    # Beginning
34  K13 XK_End     # End
35  K14 "["        # Toggle in
36  K15 "]"        # Toggle out
37
38  K1 "i"         # Clip
39  K2 "x"         # Cut
40  K3 "c"         # Copy
41  K4 "v"         # Paste
42
43  S-7 REV_16     # Next 6 are reverse keys
44  S-6 REV_8      #  the number on the end represents speed
45  S-5 REV_4      #  number can be decimal up to 64
46  S-4 REV_2      #  2 means 2x or double speed
47  S-3 REV_1
48  S-2 REV_0.5    #  note 0.5 represents 1/2 speed
49  S-1 XK_KP_0    # Because the Shuttle does not generate S0, have to use S1
50  S0  XK_KP_0    # Hardware does not generate S0
51  S1  XK_KP_0    # Because the Shuttle does not generate S0, have to use S1
52  S2  FWD_0.5    # Next 6 are forward keys
53  S3  FWD_1
54  S4  FWD_2
55  S5  FWD_4
56  S6  FWD_8
57  S7  FWD_16
58
59  JL XK_KP_4     # Frame reverse
60  JR XK_KP_1     # Frame forward
61
62 [Composer]
63
64 # Most useful functions have to be on K5-K9 because Xpress only has 5 keys
65  K5 XK_Home     # Beginning
66  K6 XK_KP_3     # Play, or if playing Stop
67  K7 "f"         # Go in or out of Fullscreen mode
68  K8 XK_KP_6     # Reverse, of if playing Stop
69  K9 XK_End      # End
70
71  K10 "["        # Temporary until K14 Pro fixed
72  K11 "]"        # Temporary until K15 Pro fixed
73  K12 XK_Home    # Beginning
74  K13 XK_End     # End
75  K14 "["        # Toggle in
76  K15 "]"        # Toggle out
77
78  K1 "i"         # Clip
79  K2 "x"         # Cut
80  K3 "c"         # Copy
81  K4 "v"         # Paste
82
83  S-7 REV_16
84  S-6 REV_8
85  S-5 REV_4
86  S-4 REV_2
87  S-3 REV_1
88  S-2 REV_0.5
89  S-1 XK_KP_0    # Because the Shuttle does not generate S0, have to use S1
90  S0  XK_KP_0    # Hardware does not generate S0
91  S1  XK_KP_0    # Because the Shuttle does not generate S0, have to use S1
92  S2  FWD_0.5
93  S3  FWD_1
94  S4  FWD_2
95  S5  FWD_4
96  S6  FWD_8
97  S7  FWD_16
98
99  JL XK_KP_4     # Frame reverse
100  JR XK_KP_1     # Frame forward
101
102 [Viewer]
103
104 # Most useful functions have to be on K6-K9 because Xpress only has 5 keys
105  K5 XK_Home     # Beginning
106  K6 XK_KP_3     # Play, or if playing Stop
107  K7 "f"         # Go in or out of Fullscreen mode
108  K8 XK_KP_6     # Reverse, or if playing Stop
109  K9 XK_End      # End
110
111  K10 "["        # Temporary until K14 Pro fixed
112  K11 "]"        # Temporary until K15 Pro fixed
113  K12 XK_Home    # Beginning
114  K13 XK_End     # End
115  K14 "["        # Toggle in
116  K15 "]"        # Toggle out
117
118  K1 "i"         # Clip
119  K2 "v"         # Splice
120  K3 "c"         # Copy
121  K4 "b"         # Overwrite
122
123  S-7 REV_16
124  S-6 REV_8
125  S-5 REV_4
126  S-4 REV_2
127  S-3 REV_1
128  S-2 REV_0.5
129  S-1 XK_KP_0    # Because the Shuttle does not generate S0, have to use S1
130  S0  XK_KP_0    # Hardware does not generate S0
131  S1  XK_KP_0    # Because the Shuttle does not generate S0, have to use S1
132  S2  FWD_0.5
133  S3  FWD_1
134  S4  FWD_2
135  S5  FWD_4
136  S6  FWD_8
137  S7  FWD_16
138
139  JL XK_KP_4     # Frame reverse
140  JR XK_KP_1     # Frame forward
141