4 <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
5 <title>Cinelerra GG Configure Shell Command</title>
7 <style type="text/css">
9 -moz-transform: scaleX(-1);
10 -webkit-transform: scaleX(-1);
11 -o-transform: scaleX(-1);
12 transform: scaleX(-1);
16 -moz-transform: scaleY(-1);
17 -webkit-transform: scaleY(-1);
18 -o-transform: scaleY(-1);
19 transform: scaleY(-1);
23 -moz-transform: scaleX(-1) scaleY(-1);
24 -webkit-transform: scaleX(-1) scaleY(-1);
25 -o-transform: scaleX(-1) scaleY(-1);
26 transform: scaleX(-1) scaleY(-1);
27 filter: fliph + flipv;
32 font-family: Verdana, Arial, Helvetica, sans-serif;
45 text-decoration: underline black;
64 <h2>Shell menu commands</h2>
65 <p>The Shell Cmds popup menu items are configured in:</p>
66 <p><b>Settings->Preferences->Interface->Shell Commands</b></p>
67 <p>This runs a dialog that lets you Add/Del/Edit the items in the main menu popup. Possible options are:</p>
71 <p><b>Add a new menu item/script: </b></p>
73 <p>in the Label box, change the word "new" to the desired menu label</p>
74 <p>in the Commands box, type the command lines to be included in the script</p>
75 <p><i>(for example: Label => gimp; Commands => gimp)</i></p>
76 <p>check-OK in the Commands window</p>
77 <p>check-OK in the Shell window</p>
78 <p>click on OK or Apply in the Preferences window (WILL NOT TAKE EFFECT UNTIL CLICK)</p>
80 <p><b>Del to delete an existing menu item (for example manual):</b></p>
81 <p> select to highlight an entry in the Cinelerra: Shell listbox</p>
83 <p> check-OK in the Shell window</p>
84 <p> click on OK or Apply in the Preferences window (the entry is destroyed)</p>
86 <p><b>Edit an existing menu item:</b></p>
88 <p>select to highlight an entry in the Cinelerra: Shell listbox</p>
89 <p>click edit (the edit dialog appears)</p>
90 <p>set the label and/or commands to the new desired values</p>
91 <p>check-OK in the Shell window</p>
92 <p>click on OK or Apply in the Preferences window</p>