fix draw_refresh opengl deadlock, cleanup last chkin
[goodguy/cinelerra.git] / cinelerra-5.1 / shuttlerc
1
2 # uncomment to enable diagnostics
3 #DEBUG
4 # recommend uncommenting USB_DIRECT for full functionality
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 "l"         # Label
37  K2 XK_Button_1
38  K3 XK_Button_3
39  K4 "i"         # Clip
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 REV_0.25   # if using usb_direct
48  S-1 XK_KP_0
49  S0  XK_KP_0    # hid_generic kernel driver does not generate s0
50  S1  XK_KP_0
51 #S1  FWD_0.25   # if using usb_direct
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_6     # Reverse, or if playing Stop
67  K7 "f"         # Go in or out of Fullscreen mode
68  K8 XK_KP_3     # Play, of if playing Stop
69  K9 XK_End      # End
70
71  K10 Alt-XK_Left  # Go to previous edit
72  K11 Alt-XK_Right # Go to next edit
73  K12 Ctrl-XK_Left  # Go to previous label
74  K13 Ctrl-XK_Right # Go to next label
75  K14 "["        # Toggle in
76  K15 "]"        # Toggle out
77
78  K1 "l"         # Label
79  K2 XK_Button_1
80  K3 XK_Button_3
81  K4 "i"         # Clip
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 REV_0.25   # if using usb_direct
90  S-1 XK_KP_0
91  S0  XK_KP_0    # hid_generic kernel driver does not generate s0
92  S1  XK_KP_0
93 #S1  FWD_0.25   # if using usb_direct
94  S2  FWD_0.5
95  S3  FWD_1
96  S4  FWD_2
97  S5  FWD_4
98  S6  FWD_8
99  S7  FWD_16
100
101  JL XK_KP_4     # Frame reverse
102  JR XK_KP_1     # Frame forward
103
104 [Viewer]
105
106 # Most useful functions have to be on K6-K9 because Xpress only has 5 keys
107  K5 XK_Home     # Beginning
108  K6 XK_KP_6     # Reverse, or if playing Stop
109  K7 "f"         # Go in or out of Fullscreen mode
110  K8 XK_KP_3     # Play, or if playing Stop
111  K9 XK_End      # End
112
113  K10 XK_Button_1
114  K11 XK_Button_3
115
116  K12 Ctrl-XK_Left  # Go to previous label
117  K13 Ctrl-XK_Right # Go to next label
118  K14 "["        # Toggle in
119  K15 "]"        # Toggle out
120
121  K1 "l"         # Label
122  K2 XK_Button_1
123  K3 XK_Button_3
124  K4 "i"         # Clip
125
126  S-7 REV_16
127  S-6 REV_8
128  S-5 REV_4
129  S-4 REV_2
130  S-3 REV_1
131  S-2 REV_0.5
132 #S-1 REV_0.25   # if using usb_direct
133  S-1 XK_KP_0
134  S0  XK_KP_0    # hid_generic kernel driver does not generate s0
135  S1  XK_KP_0
136 #S1  FWD_0.25   # if using usb_direct
137  S2  FWD_0.5
138  S3  FWD_1
139  S4  FWD_2
140  S5  FWD_4
141  S6  FWD_8
142  S7  FWD_16
143
144  JL XK_KP_4     # Frame reverse
145  JR XK_KP_1     # Frame forward
146