Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Papyrus Key Binding"

(Mouse Key Bindings)
Line 10: Line 10:
 
There is no easy way to list them (java hard coded)
 
There is no easy way to list them (java hard coded)
  
This editor must be filled by the following pattern:
+
This table contains some of the mouse bindings:
 
{| class="wikitable" border="1" cellspacing="0"
 
{| class="wikitable" border="1" cellspacing="0"
 
! Binding
 
! Binding
Line 17: Line 17:
 
|-
 
|-
 
| CTRL+Left Mouse Click
 
| CTRL+Left Mouse Click
 +
| Diagram
 +
| Allow multi selection
 +
|-
 +
| Shift+Left Mouse Click
 
| Diagram
 
| Diagram
 
| Allow multi selection
 
| Allow multi selection
Line 31: Line 35:
 
| Diagram
 
| Diagram
 
| Open hyperlink dialog (If no hyperlink exists)
 
| Open hyperlink dialog (If no hyperlink exists)
 +
|-
 +
| Ctrl + Mouse wheel
 +
| Diagram
 +
| Zoom in (Wheel Up) or out (Wheel Down)
 +
|-
 +
| Drag & Drop
 +
| Model Explorer to Diagram
 +
| Display the element
 +
|-
 +
| Ctrl + Drag & Drop
 +
| Model Explorer to Diagram
 +
| Display the element, including its child nodes
 
|-
 
|-
 
| ...
 
| ...

Revision as of 08:49, 20 October 2017

List of Key bindings provided by Papyrus

Key Bindings

You may find them in Preferences > Keys


PreferencesPapyrusKeyBindings.jpg

Mouse Key Bindings

There is no easy way to list them (java hard coded)

This table contains some of the mouse bindings:

Binding Location Action
CTRL+Left Mouse Click Diagram Allow multi selection
Shift+Left Mouse Click Diagram Allow multi selection
Shift + Drag & Drop Diagram Move along a line (Horizontal/Vertical/Diagonal)
Double click Diagram Navigate to hyperlink(s)
Double click Diagram Open hyperlink dialog (If no hyperlink exists)
Ctrl + Mouse wheel Diagram Zoom in (Wheel Up) or out (Wheel Down)
Drag & Drop Model Explorer to Diagram Display the element
Ctrl + Drag & Drop Model Explorer to Diagram Display the element, including its child nodes
...

Back to the top