Skip to content

Commit b336b63

Browse files
committed
Add association table
1 parent 773cb58 commit b336b63

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

content/en/docs/refguide/modeling/domain-model/right-click-menu.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,17 @@ The attribute right-click menu items are described in the table below.
4848
| Delete | Delete the entity | <kbd>Del</kbd> |
4949
| Properties | Open the attribute’s properties | <kbd>Alt</kbd>+<kbd>6 </kbd> |
5050

51+
## Association Menu Overview
52+
53+
The association right-click menu items are described in the table below.
54+
55+
| Menu item | Description | Shortcut key |
56+
|------------------|---------------------------------|--------------|
57+
| Reverse direction | Reverse the direction of the association | |
58+
| Find changes | | |
59+
| Find usages | | |
60+
| Cut | Remove the association from the domain model while keeping the structure in the clipboard | <kbd>Ctrl</kbd> + <kbd>X</kbd> |
61+
| Copy | Create a duplicate of the association | <kbd>Ctrl</kbd> + <kbd>C</kbd> |
62+
| Paste | Paste a duplicate of the association into the domain model | <kbd>Ctrl</kbd> + <kbd>V</kbd> |
63+
| Delete | Delete the association | <kbd>Del</kbd> |
64+
| Properties | Open the association's properties | <kbd>Alt</kbd>+<kbd>6 </kbd> |

0 commit comments

Comments
 (0)