Skip to content

Commit

Permalink
Merge pull request #47 from vincentfretin/patch-1
Browse files Browse the repository at this point in the history
Remove h and n shortcuts and add undo/redo shortcuts
  • Loading branch information
kfarr authored Aug 31, 2024
2 parents e2b7a98 + 02f1f36 commit 4484052
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/3dstreet-editor/keyboard-shortcuts.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ sidebar_position: 7
* `d` - Duplicate selected entity
* `f` - Focus on selected entity
* `g` - Toggle grid visibility
* `n` - Add new entity
* `del` | `backspace` - Delete selected entity
* `o` - Toggle local between global transform
* `0` - Toggle panels
Expand All @@ -21,9 +20,9 @@ sidebar_position: 7
* `5` - Bottom view
* `6` - Back view
* `7` - Front view
* `ctrl` | `cmd` + `x` - Cut selected entity
* `ctrl` | `cmd` + `c` - Copy selected entity
* `ctrl` | `cmd` + `v` - Paste entity
* `h` - Show this help
* `esc` - Unselect entity
* `ctrl` + `alt` + `i` - Switch Edit and VR Modes
* `ctrl` + `alt` + `i` - Switch Edit and VR Modes
* `ctrl` | `cmd` + `z` - Undo
* `ctrl` | `cmd` + `shift` + `z` - Redo

0 comments on commit 4484052

Please sign in to comment.