Skip to content

Commit

Permalink
Add shortcuts table
Browse files Browse the repository at this point in the history
  • Loading branch information
huxingyi committed Apr 13, 2018
1 parent 7afc28c commit 8319b4e
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Welcome to dust3d's documentation!
:maxdepth: 2
:caption: Contents:


shortcuts

Indices and tables
==================
Expand Down
68 changes: 68 additions & 0 deletions docs/shortcuts.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
Dust3D Shortcuts & Hotkey Guide
---------------------------------

Keyboard
==================
+---------------------+--------------------------------------------------------------------------+
| - (Minus) | Decrease Radius |
+---------------------+--------------------------------------------------------------------------+
| = (Euqal) | Increase Radius |
+---------------------+--------------------------------------------------------------------------+
| , (Comma) | Rotate (Counterclockwise) |
+---------------------+--------------------------------------------------------------------------+
| . (Period) | Rotate (Clockwise) |
+---------------------+--------------------------------------------------------------------------+
| [ (Left Bracket) | Decrease Size |
+---------------------+--------------------------------------------------------------------------+
| ] (Right Bracket) | Increase Size |
+---------------------+--------------------------------------------------------------------------+
| UP | Move UP |
+---------------------+--------------------------------------------------------------------------+
| DOWN | Move Down |
+---------------------+--------------------------------------------------------------------------+
| LEFT | Move Left |
+---------------------+--------------------------------------------------------------------------+
| RIGHT | Move Right |
+---------------------+--------------------------------------------------------------------------+
| A | Toggle Select Mode and Add Mode |
+---------------------+--------------------------------------------------------------------------+
| S | Enter Select Mode |
+---------------------+--------------------------------------------------------------------------+
| D | Enter Drag Mode |
+---------------------+--------------------------------------------------------------------------+
| CTRL + S | Save |
+---------------------+--------------------------------------------------------------------------+
| CTRL + Z | Undo |
+---------------------+--------------------------------------------------------------------------+
| CTRL + SHIFT + Y | Redo |
+---------------------+--------------------------------------------------------------------------+
| CTRL + Y | Redo |
+---------------------+--------------------------------------------------------------------------+
| CTRL + C | Copy |
+---------------------+--------------------------------------------------------------------------+
| CTRL + V | Paste |
+---------------------+--------------------------------------------------------------------------+
| CTRL + X | Cut |
+---------------------+--------------------------------------------------------------------------+

Mouse
======
+----------------------------+--------------------------------------------------------------------------+
| LEFT BUTTON | Select / Move |
+----------------------------+--------------------------------------------------------------------------+
| CTRL + LEFT BUTTON | Multiple Select |
+----------------------------+--------------------------------------------------------------------------+
| CTRL + ALT + LEFT BUTTON | Multiple Unselect |
+----------------------------+--------------------------------------------------------------------------+
| SHIFT + LEFT BUTTON | Rotate |
+----------------------------+--------------------------------------------------------------------------+
| RIGHT BUTTON | Context Menu |
+----------------------------+--------------------------------------------------------------------------+
| MIDDLE BUTTON | Rotate Rendered Model |
+----------------------------+--------------------------------------------------------------------------+
| SHIFT + MIDDLE BUTTON | Move Rendered Model |
+----------------------------+--------------------------------------------------------------------------+
| WHEEL | Increase/Decrease Radius |
+----------------------------+--------------------------------------------------------------------------+
| CTRL + WHEEL | Increase/Decrease Size |
+----------------------------+--------------------------------------------------------------------------+

0 comments on commit 8319b4e

Please sign in to comment.