Skip to content
🤷

Forgive us! These docs are a work in progress. Some pages may be incomplete or describe features that aren't quite finished yet. Farkitect is in early development and we don't recommend using it for real work just yet. Feel free to explore — just be aware that things are still being built.

Menu Reference

CommandShortcutDescriptionAvailability
New Project…Create a new project (empty, from file, or from Farketplace asset)Always
New PackageCtrl+Shift+NCreate a new package in the selected locationWhen a package is selected
New DiagramCtrl+NCreate a new diagram in the selected packageWhen a package is selected
Import…Import a .farki file into the current projectAlways
Export…Export the selected package as a .farki fileWhen a package is selected
Export XMI…Export UML model content as XMI 2.5.1When UML content exists
Export for Eclipse EMF…Export .ecore + .xmi for Eclipse EMFWhen metamodel content exists
CommandShortcutDescriptionAvailability
UndoCtrl+ZUndo the last diagram changeWhen undo stack has entries
RedoCtrl+Shift+Z / Ctrl+YRedo the last undone changeWhen redo stack has entries
CutCtrl+XCut selectionStandard clipboard
CopyCtrl+CCopy selectionStandard clipboard
PasteCtrl+VPaste from clipboardStandard clipboard
Select AllCtrl+ASelect all nodes on the diagramWhen diagram is open
RenameF2Rename the selected itemWhen an item is selected
DeleteDelete / BackspaceDelete the selected itemWhen an item is selected
CommandShortcutDescription
ExplorerCtrl+Shift+EToggle the Explorer panel
PropertiesCtrl+Shift+PToggle the Properties panel
PaletteCtrl+Shift+LToggle the Palette panel
NotesCtrl+Shift+OToggle the Notes panel
ContextCtrl+Shift+TToggle the Context panel
GuidanceCtrl+Shift+GToggle the Guidance panel
LogCtrl+Shift+JToggle the Log panel
MetamodelsCtrl+Shift+MToggle the Metamodels view
CommandShortcutDescription
Dark ModeCtrl+Shift+DToggle between light and dark themes
CommandShortcutDescriptionAvailability
Zoom InCtrl+=Increase diagram zoomWhen diagram is open
Zoom OutCtrl+-Decrease diagram zoomWhen diagram is open
Fit to ViewCtrl+0Fit diagram content to the viewportWhen diagram is open
Reset ZoomCtrl+1Reset zoom to 100%When diagram is open
  • All shortcuts use Cmd instead of Ctrl on macOS
  • Menu commands that depend on context (selection, open diagram, role) are greyed out when unavailable
  • Some commands appear in context menus as well — see Context Menu Reference