Skip to content

Commit f361d32

Browse files
authored
Merge pull request #44 from 3DStreet/add-keyboard-shortcuts
add keyboard shortcuts
2 parents 8c7147d + 66c6abc commit f361d32

File tree

3 files changed

+38
-0
lines changed

3 files changed

+38
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
sidebar_position: 7
3+
---
4+
5+
# Keyboard Shortcuts
6+
7+
* `w` - Translate
8+
* `e` - Rotate
9+
* `r` - Scale
10+
* `d` - Duplicate selected entity
11+
* `f` - Focus on selected entity
12+
* `g` - Toggle grid visibility
13+
* `n` - Add new entity
14+
* `del` | `backspace` - Delete selected entity
15+
* `o` - Toggle local between global transform
16+
* `0` - Toggle panels
17+
* `1` - Perspective view
18+
* `2` - Left view
19+
* `3` - Right view
20+
* `4` - Top view
21+
* `5` - Bottom view
22+
* `6` - Back view
23+
* `7` - Front view
24+
* `ctrl` | `cmd` + `x` - Cut selected entity
25+
* `ctrl` | `cmd` + `c` - Copy selected entity
26+
* `ctrl` | `cmd` + `v` - Paste entity
27+
* `h` - Show this help
28+
* `esc` - Unselect entity
29+
* `ctrl` + `alt` + `i` - Switch Edit and VR Modes
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
sidebar_position: 6
3+
---
4+
5+
# Mouse and Touch Controls
6+
7+
![mouse and touch controls](mouse-touch-controls.png)
8+
9+
Or, press `shift` while click-and-dragging to rotate the view.
39 KB
Loading

0 commit comments

Comments
 (0)