1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 2 "http://www.w3.org/TR/html4/strict.dtd"> 3<html> 4<head> 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 6 <link href="../../css/manpage.css" rel="stylesheet" type="text/css"> 7 <title>Shortcut Keys for the Curve Editor</title> 8</head> 9<body> 10 11<!-- ====================================================================== --> 12<h1 id="SHORTCUT">Shortcut Keys for the Curve Editor</h1><br> 13<h2>Graph view</h2><br> 14<table class="shortcut"> 15 <thead> 16 <tr><td width="200">Key</td><td>Corresponding Menu Item</td></tr> 17 </thead> 18 <tbody> 19 <!-- [File] --> 20 <tr> 21 <td>S</td> 22 <td>Adds a key to the selected curve.</td> 23 </tr> 24 <tr> 25 <td>A</td> 26 <td>Adjusts the graph view so all keys are displayed.</td> 27 </tr> 28 <tr> 29 <td>F</td> 30 <td>Adjusts the graph view so selected keys are displayed.</td> 31 </tr> 32 <tr> 33 <td>E</td> 34 <td>Adjusts the graph view so the horizontal axis in the range -1 to 1 and the vertical axis in the range 0 to 1 are displayed.</td> 35 </tr> 36 <tr> 37 <td>Q</td> 38 <td>Adjusts the graph view so the horizontal axis in the range 0 to 100 and the vertical axis in the range 0 to 1 are displayed.</td> 39 </tr> 40 <tr> 41 <td>R</td> 42 <td>Adjusts the graph view so the horizontal axis in the range 0 to 100 and the vertical axis in the range 0 to 20 are displayed.</td> 43 </tr> 44 <tr> 45 <td>W</td> 46 <td>Adjusts the graph view so the horizontal axis and vertical axis in the range 0 to 1 are displayed.</td> 47 </tr> 48 <tr> 49 <td>T</td> 50 <td>Adjusts the graph view so the horizontal axis in the range 0 to 100 and the vertical axis in the range 0 to 360 are displayed.</td> 51 </tr> 52 <tr> 53 <td>Ctrl+C</td> 54 <td>Copies the selected curve.</td> 55 </tr> 56 <tr> 57 <td>Ctrl+V</td> 58 <td>Pastes the copied curve. If you are displaying multiple curves, the <a href="curve_editor_detail.html#NAME_OPTION_PANEL">Past Options</a> dialog will appear.</td> 59 </tr> 60 </tbody> 61</table> 62<br> 63<h2>Curve Tree</h2><br> 64<table class="shortcut"> 65 <thead> 66 <tr><td width="200">Key</td><td>Corresponding Menu Item</td></tr> 67 </thead> 68 <tbody> 69 <!-- [File] --> 70 <tr> 71 <td>Ctrl+C</td> 72 <td>Copies the selected curve node.</td> 73 </tr> 74 <tr> 75 <td>Ctrl+V</td> 76 <td>Pastes the copied curve node.</td> 77 </tr> 78 </tbody> 79</table> 80<br> <br> <!-- ====================================================================== --> 81<h1 id="MOUSECONTROL">Mouse Operation</h1> 82<table class="shortcut"> 83 <thead> 84 <tr><td width="200">Key</td><td>Corresponding Menu Item</td></tr> 85 </thead> 86 <tbody> 87 <!-- [File] --> 88 <tr> 89 <td>Mouse left drag</td> 90 <td>Selects a key (curve or handle).</td> 91 </tr> 92 <tr> 93 <td>Mouse middle drag</td> 94 <td>Moves the selected key or handle.</td> 95 </tr> 96 <tr> 97 <td>Mouse wheel</td> 98 <td>Enlarges or reduces the graph view.</td> 99 </tr> 100 <tr> 101 <td>Alt key + Mouse middle drag</td> 102 <td>Moves the graph view.</td> 103 </tr> 104 </tbody> 105</table> 106 107<hr><p>CONFIDENTIAL</p></body> 108</html> 109