Modeling - Keyboard Shortcuts

From RAD Studio
Jump to: navigation, search

Go Up to Modeling Reference

In the Modeling, you can perform many actions using the keyboard shortcuts. You can navigate between diagrams, create diagram elements, and more, using the keyboard only (without using the mouse).

Shortcuts for navigation

Keyboard shortcuts for navigation and browsing

Action Shortcut Notes
Diagram View

Navigate between open diagrams.

CTRL+TAB

The label of the tab with the diagram having focus is highlighted.

Toggle between a selected container node and its members.

PAGE DOWN,
PAGE UP

Close current diagram.

CTRL+F4

Model View

Expand a node.

RIGHT ARROW

Collapse a node.

LEFT ARROW

Navigate between nodes or node members.

UP ARROW, DOWN ARROW

Diagram and Model Views

Open the Object Inspector

F11


Shortcuts for editing

Keyboard shortcuts for editing

Action Shortcut

Cut, Copy, or Paste model elements or members

CTRL+X, CTRL+C, CTRL+V

Activate the in-place editor to edit or rename a member on a diagram element

F2

Undo

CTRL+Z

Redo

CTRL+Y, CTRL+SHIFT+Z

Select all elements on the diagram

CTRL+A

Add a new namespace (package) to a diagram

CTRL+E

Add a new class to a diagram

CTRL+L

Add new method (operation) to a class or interface

CTRL+M

Add a new field (attribute) to a class

CTRL+W

Add a new interface to diagram or container

CTRL+SHIFT+L

Open the Edit Shortcuts for Diagram dialog box

CTRL+SHIFT+M

Add a new diagram in the Model View

CTRL+SHIFT+D


Shortcuts for zooming

Keyboard shortcuts for zooming diagram images in the Diagram View

Action Shortcut Notes

Zoom in

+

Use the numeric keypad

Zoom out

-

Use the numeric keypad

Fit the entire diagram in the Diagram View

*

Use the numeric keypad

Display the actual size

/

Use the numeric keypad


Other shortcuts

Other keyboard shortcuts

Action Shortcut

Diagram update

F5


See Also