Skip to content

Commit

Permalink
fix hotkeys
Browse files Browse the repository at this point in the history
Signed-off-by: Van Malleghem Antoine <[email protected]>
  • Loading branch information
avanmalleghem committed Sep 5, 2024
1 parent 0bb6ed2 commit e313381
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions ionic/hotkeys.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,17 @@

<tr><th colspan="3" class="sub"><b>MODE</b></th></tr>

<tr><td>Enter Selection mode (default mode)</td><td>Esc</td><td>press "Esc" for Select (model) mode</td></tr>

<tr><td>Enter Rotate mode</td><td>r</td><td>press "r" for Rotate (model) mode</td></tr>

<tr><td>Enter Translate mode</td><td>t</td><td>press "t" for Translate (model) mode</td></tr>

<tr><td>Pause / unpause</td><td>Space</td><td>press the space bar to pause / unpause</td></tr>

<!--Manipulating Models section -->

<tr><th colspan="3" class="sub"><b>MANIPULATING MODELS</b></th></tr>

<tr><td>Rotate model</td><td>r</td><td>press "r" for Rotate mode; click a model & rotate it using markers</td></tr>

<tr><td>Translate model</td><td>t</td><td>press "t" for Translate mode; click a model & translate it using markers</td></tr>

<tr><td>Constrain along axis</td><td>x/y/z</td><td>hold key while manipulating a model to constrain movement along that axis</td></tr>

<tr><td>Snap when rotating</td><td>Ctrl + drag</td><td>hold Ctrl while rotating a model to rotate in customizable increments (default is 45° but can be changed from Tranform Control GUI)</td></tr>

<tr><td>Snap when translating</td><td>Ctrl + drag</td><td>hold Ctrl while translating a model to move in customizable increments (default is 1m but can be changed from Tranform Control GUI)</td></tr>

<tr><td>Align to world frame</td><td>Shift</td><td>hold Shift while manipulating a model to temporarily align axis its to the world frame</td></tr>
<tr><td>Align to world frame</td><td>Shift</td><td>hold Shift while manipulating a model to temporarily align its axis to the world frame</td></tr>

<tr><th colspan="3" class="sub"><b>MAIN WINDOW</b></th></tr>

Expand Down

0 comments on commit e313381

Please sign in to comment.