Keyboard Shortcuts
Default Keymaps
Command | MacOS | Windows | Linux |
File > New |
|
|
|
File > Open |
|
|
|
File > Save |
|
|
|
File > Save As |
|
|
|
File > Preferences |
| n/a | n/a |
File > Quit |
|
|
|
Edit > Undo |
|
|
|
Edit > Redo |
|
|
|
Edit > Cut |
|
|
|
Edit > Copy |
|
|
|
Edit > Copy Diagram As Image |
|
|
|
Edit > Paste |
|
|
|
Edit > Delete |
|
|
|
Edit > Delete from Model |
|
|
|
Edit > Move Up |
|
|
|
Edit > Move Down |
|
|
|
Edit > Select All |
|
|
|
Edit > Select In Explorer |
|
|
|
Edit > Select In Diagram |
|
|
|
Format > Font |
|
|
|
Format > Fill Color |
|
|
|
Format > Line Color |
|
|
|
Format > Line Style > Rectilinear |
|
|
|
Format > Line Style > Oblique |
|
|
|
Format > Line Style > RoundRect |
|
|
|
Format > Line Style > Curve |
|
|
|
Format > Auto Resize |
|
|
|
Format > Show Shadow |
|
|
|
Format > Stereotype Display > None |
|
|
|
Format > Stereotype Display > Label |
|
|
|
Format > Stereotype Display > Decoration |
|
|
|
Format > Stereotype Display > Decoration Label |
|
|
|
Format > Stereotype Display > Icon |
|
|
|
Format > Stereotype Display > Icon Label |
|
|
|
Format > Word Wrap |
|
|
|
Format > Show Visibility |
|
|
|
Format > Show Namespace |
|
|
|
Format > Show Property |
|
|
|
Format > Show Type |
|
|
|
Format > Show Multiplicity |
|
|
|
Format > Show Operation Signature |
|
|
|
Format > Suppress Attributes |
|
|
|
Format > Suppress Operations |
|
|
|
Format > Suppress Receptions |
|
|
|
Format > Suppress Literals |
|
|
|
Format > Suppress Columns |
|
|
|
Model > Find |
|
|
|
View > Close Diagram |
|
|
|
View > Close Other Diagrams |
|
|
|
View > Close All Diagrams |
|
|
|
View > Next Diagram |
|
|
|
View > Previous Diagram |
|
|
|
View > Zoom In |
|
|
|
View > Zoom Out |
|
|
|
View > Actual Size |
|
|
|
View > Fit To Window |
|
|
|
View > Show Grid |
|
|
|
View > Sidebar |
|
|
|
View > Navigator |
|
|
|
View > Toolbar |
|
|
|
View > Statusbar |
|
|
|
View > Toolbox |
|
|
|
View > Editors |
|
|
|
View > Diagram Thumbnails |
|
|
|
View > Markdown Documentation |
|
|
|
View > Minimap |
|
|
|
View > Relationships |
|
|
|
Debug > Show DevTools |
|
|
|
Debug > Reload |
|
|
|
Making Custom Keymaps
If you want to make custom keymaps, you can create keymap.json
at the user configuration path:
/Users/<user>/Library/Application Support/StarUML
for Mac OS.C:\Users\<user>\AppData\Roaming\StarUML
for Windows.~/.config/StarUML
for Linux.
You can get how to edit the custom keymap file (keymap.json
) at Keymaps.
Here is an example:
The first entry is to release the Ctrl+Alt+1
(Cmd+Option+1
in MacOS) key binding and the second entry is to change key binding of View > Show Grid (Command ID is view:show-grid
) to Ctrl+Alt+G
(Cmd+Option+G
in MacOS).
If you want to know all command IDs, enter the following expression at Console (Debug > Show DevTools > Console tab).
Last updated