2bb7bfd1d43c1b68fb9781b7a12cd11e2d884018
[goodguy/cinelerra.git] / cinelerra-5.1 / shuttlerc
1
2 # uncomment to enable diagnostics
3 #DEBUG
4 # uncomment 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_6     # Reverse, or if playing Stop
25  K7 XK_KP_0     # Stop
26  K8 XK_KP_3     # Play, or if playing Stop
27  K9 XK_End      # End
28
29  K10 Alt-XK_Left  # Go to previous edit
30  K11 Alt-XK_Right # Go to next edit
31  K12 Ctrl-XK_Left  # Go to previous label
32  K13 Ctrl-XK_Right # Go to next label 
33  K14 "["        # Toggle in
34  K15 "]"        # Toggle out
35
36  K1 "i"         # Clip
37  K2 "x"         # Cut
38  K3 "c"         # Copy
39  K4 "v"         # Paste
40
41  S-7 REV_16     # Next 6 are reverse keys
42  S-6 REV_8      #  the number on the end represents speed
43  S-5 REV_4      #  number can be decimal up to 64
44  S-4 REV_2      #  2 means 2x or double speed
45  S-3 REV_1
46  S-2 REV_0.5    #  note 0.5 represents 1/2 speed
47  S-1 XK_KP_0    # Because the Shuttle does not generate S0, have to use S1
48  S0  XK_KP_0    # Hardware does not generate S0
49  S1  XK_KP_0    # Because the Shuttle does not generate S0, have to use S1
50  S2  FWD_0.5    # Next 6 are forward keys
51  S3  FWD_1
52  S4  FWD_2
53  S5  FWD_4
54  S6  FWD_8
55  S7  FWD_16
56
57  JL XK_KP_4     # Frame reverse
58  JR XK_KP_1     # Frame forward
59
60 [Composer]
61
62 # Most useful functions have to be on K5-K9 because Xpress only has 5 keys
63  K5 XK_Home     # Beginning
64  K6 XK_KP_6     # Reverse, or if playing Stop
65  K7 "f"         # Go in or out of Fullscreen mode
66  K8 XK_KP_3     # Play, of if playing Stop
67  K9 XK_End      # End
68
69  K10 Alt-XK_Left  # Go to previous edit
70  K11 Alt-XK_Right # Go to next edit
71  K12 Ctrl-XK_Left  # Go to previous label
72  K13 Ctrl-XK_Right # Go to next label 
73  K14 "["        # Toggle in
74  K15 "]"        # Toggle out
75  
76  K1 "i"         # Clip
77  K2 "x"         # Cut
78  K3 "c"         # Copy
79  K4 "v"         # Paste
80
81  S-7 REV_16
82  S-6 REV_8
83  S-5 REV_4
84  S-4 REV_2
85  S-3 REV_1
86  S-2 REV_0.5
87  S-1 XK_KP_0    # Because the Shuttle does not generate S0, have to use S1
88  S0  XK_KP_0    # Hardware does not generate S0
89  S1  XK_KP_0    # Because the Shuttle does not generate S0, have to use S1
90  S2  FWD_0.5
91  S3  FWD_1
92  S4  FWD_2
93  S5  FWD_4
94  S6  FWD_8
95  S7  FWD_16
96
97  JL XK_KP_4     # Frame reverse
98  JR XK_KP_1     # Frame forward
99
100 [Viewer]
101
102 # Most useful functions have to be on K6-K9 because Xpress only has 5 keys
103  K5 XK_Home     # Beginning
104  K6 XK_KP_6     # Reverse, or if playing Stop
105  K7 "f"         # Go in or out of Fullscreen mode
106  K8 XK_KP_3     # Play, or if playing Stop
107  K9 XK_End      # End
108
109  K10 "["        # Toggle in if no K14
110  K11 "]"        # Toggle in if no K15
111  K12 Alt-XK_Left  # Go to previous edit
112  K13 Alt-XK_Right # Go to next edit
113  K14 "["        # Toggle in
114  K15 "]"        # Toggle out
115  
116  K1 "i"         # Clip
117  K2 "v"         # Splice
118  K3 "c"         # Copy
119  K4 "b"         # Overwrite
120
121  S-7 REV_16
122  S-6 REV_8
123  S-5 REV_4
124  S-4 REV_2
125  S-3 REV_1
126  S-2 REV_0.5
127  S-1 XK_KP_0    # Because the Shuttle does not generate S0, have to use S1
128  S0  XK_KP_0    # Hardware does not generate S0
129  S1  XK_KP_0    # Because the Shuttle does not generate S0, have to use S1
130  S2  FWD_0.5
131  S3  FWD_1
132  S4  FWD_2
133  S5  FWD_4
134  S6  FWD_8
135  S7  FWD_16
136
137  JL XK_KP_4     # Frame reverse
138  JR XK_KP_1     # Frame forward
139