4 <style type="text/css">
7 -moz-transform: scaleX(-1);
8 -webkit-transform: scaleX(-1);
9 -o-transform: scaleX(-1);
10 transform: scaleX(-1);
14 -moz-transform: scaleY(-1);
15 -webkit-transform: scaleY(-1);
16 -o-transform: scaleY(-1);
17 transform: scaleY(-1);
21 -moz-transform: scaleX(-1) scaleY(-1);
22 -webkit-transform: scaleX(-1) scaleY(-1);
23 -o-transform: scaleX(-1) scaleY(-1);
24 transform: scaleX(-1) scaleY(-1);
25 filter: fliph + flipv;
31 <a name=1></a>The Shell Cmds popup menu items are configured in:<br/>
32 <b>Settings->Preferences->Interface->Shell Commands</b><br/>
33 This runs a dialog that lets you Add/Del/Edit the items in the main menu popup.  Possible options are:<br/> <br/>1) Add a new menu item/script: <br/>    click Add<br/>    in the Label box, change the word "new" to the desired menu label<br/>    in the Commands box, type the command lines to be included in the script<br/>    (for example: Label => gimp; Commands => gimp)<br/>    check-OK in the Commands window<br/>    check-OK in the Shell window<br/>    click on OK or Apply in the Preferences window (WILL NOT TAKE EFFECT UNTIL CLICK)<br/>
34 2) Del to delete an existing menu item (for example manual):<br/>     select to highlight an entry in the Cinelerra: Shell listbox<br/>     click Del <br/>     check-OK in the Shell window<br/>     click on OK or Apply in the Preferences window (the entry is destroyed)<br/>
35 3) Edit an existing menu item:<br/>    click Edit<br/>    select to highlight an entry in the Cinelerra: Shell listbox<br/>    click edit (the edit dialog appears)<br/>    set the label and/or commands to the new desired values<br/>    check-OK in the Shell window<br/>    click on OK or Apply in the Preferences window<br/>