Skip to content

Commit

Permalink
Added Command-key.
Browse files Browse the repository at this point in the history
  • Loading branch information
create3000 committed Jan 21, 2024
1 parent b8fd617 commit 9ad1d3e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
26 changes: 13 additions & 13 deletions docs/_posts/documentation/a-quick-look-at-the-user-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ Shaders are written in OpenGL Shading Language (GLSL), a high-level shading lang

### Open, Import, Save

- New = ***Ctrl+n***
- Open = ***Ctrl+o***
- Save = ***Ctrl+s***
- Save As = ***Ctrl+Shift+s***
- New = ***Ctrl/Command+n***
- Open = ***Ctrl/Command+o***
- Save = ***Ctrl/Command+s***
- Save As = ***Ctrl/Command+Shift+s***
- Quit = ***Ctrl+q***

### Examiner Viewer
Expand All @@ -138,7 +138,7 @@ Shaders are written in OpenGL Shading Language (GLSL), a high-level shading lang
### Walk Viewer

- Move forward or back, turn left or right = ***Click-drag***
- Look around = ***Ctrl-drag***
- Look around = ***Ctrl/Command-drag***
- Pan to slide camera left, right, up, down = ***Click-middle-drag***
- Tilt up or down = ***Scroll***
- Move faster = ***Shift-click-drag***
Expand All @@ -150,17 +150,17 @@ Shaders are written in OpenGL Shading Language (GLSL), a high-level shading lang

### Edit

- Undo = ***Ctrl+z***
- Redo = ***Ctrl+Shift+z***
- Cut = ***Ctrl+x***
- Copy = ***Ctrl+c***
- Paste = ***Ctrl+v***
- Undo = ***Ctrl/Command+z***
- Redo = ***Ctrl/Command+Shift+z***
- Cut = ***Ctrl/Command+x***
- Copy = ***Ctrl/Command+c***
- Paste = ***Ctrl/Command+v***
- Delete = ***Delete***

### Select & Group

- Select all = ***Ctrl+a***
- Deselect all = ***Ctrl+Shift+a***
- Select all = ***Ctrl/Command+a***
- Deselect all = ***Ctrl/Command+Shift+a***
- Select multiple = ***Shift-click***

### Transform Tool
Expand Down Expand Up @@ -198,7 +198,7 @@ Shaders are written in OpenGL Shading Language (GLSL), a high-level shading lang

## Abbreviations

- ***Ctrl+Shift+u*** means to press at the same time the Ctrl, Shift, and u keys on your keyboard. Keys
- ***Ctrl/Command+Shift+u*** means to press at the same time the Ctrl/Command, Shift, and u keys on your keyboard. Keys
always appear in italics.
- ***Click*** means to quickly press and release the left mouse button.
- ***Click-middle*** means to quickly press and release the middle mouse button.
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/documentation/cloning-objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The OutlineEditor might display something like this:

![Cloning Objects 1](/assets/img/documentation/cloning-objects-1.png){: .normal .w-50 }

If you want to clone the ImageTexture node now you just select the first node. Then drag the node and hold down *Ctrl* key and drop the node to the second texture field.
If you want to clone the ImageTexture node now you just select the first node. Then drag the node and hold down *Ctrl/Command* key and drop the node to the second texture field.

Now the OutlineEditor will display this:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ If you *Shift*-click the expander arrow before the field type image, the routes

## Removing a Route

To remove a route, hold down the *Ctrl* key and click the input/output connector (containing a triangle).
To remove a route, hold down the *Ctrl/Command* key and click the input/output connector (containing a triangle).
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Use pick (arrow button found on Dashboard toolbar) to choose an object. When you
>**Tip:** Double click a selected object's axis manipulators to switch between the move, rotate and scale tool.
{: .prompt-tip }

Choose *Selection > Select All or Deselect All* to quickly select and deselect all the objects in your scene. Shortcuts: *Ctrl-A* and *Ctrl-D*
Choose *Selection > Select All or Deselect All* to quickly select and deselect all the objects in your scene. Shortcuts: *Ctrl/Command-A* and *Ctrl/Command-D*

Clicking on the background deselects all objects.

Expand Down

0 comments on commit 9ad1d3e

Please sign in to comment.