Skip to content

Commit

Permalink
Update object layer movement shortcuts and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
arianizadi committed Feb 6, 2025
1 parent faf739f commit 6d9597c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,14 @@ const componentShortcuts = {
scope: ShortcutScope.STANDARD_WORKSPACE,
},
TO_BACKGROUND: {
name: 'To background',
description: 'Put an active object "farther" from the user (decrease z axis value)',
name: 'Move to previous layer',
description: 'Move the active object one layer backward (decrease z-order value)',
sequences: ['-', '_'],
scope: ShortcutScope.OBJECTS_SIDEBAR,
},
TO_FOREGROUND: {
name: 'To foreground',
description: 'Put an active object "closer" to the user (increase z axis value)',
name: 'Move to next layer',
description: 'Move the active object one layer forward (increase z-order value)',
sequences: ['+', '='],
scope: ShortcutScope.OBJECTS_SIDEBAR,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ The action menu contains:

![](/images/image053.jpg)

- **To background** - moves the object to the background. The keyboard shortcut **-** or **\_**
- **To foreground** - moves the object to the foreground. The keyboard shortcut **+** or **=**
- **Move to previous layer** - Moves the object one layer backward. Keyboard shortcut: **-** or **\_**
- **Move to next layer** - Moves the object one layer forward. Keyboard shortcut: **+** or **=**
- **Change instance color**- choosing a color using the color picker (available only in instance mode).

![](/images/image153.jpg)
Expand Down

0 comments on commit 6d9597c

Please sign in to comment.