Help of Kroket

Kroket Controls

Ctrl + O : Open a file
Ctrl + P : Print
Ctrl + H : Help
Ctrl + Q : Quit

Ctrl + Z : Undo previous action
Ctrl + Y : Redo

= : Zoom-in
- : Zoom-out
Backspace : Fit view
F5 : Reset / reload view

Ctrl key + Left button pressed : drag the view.
Ctrl key + Mousewheel : zoom-in / zoom-out (centered on the mouse cursor).

Left button pressed on a node : free move.

Left button click on a partial edge : show the deactivated node.
Left button click on a full edge : hide the target node of the edge (and the nodes below).
Left button double-click on a node : start tracing from this node.

Right button click on a group : switch the state (expanded / collapsed) of the group.


Tagging

Kroket enables you to assign tags to nodes through the tags attribute of the node entity, see kroket's graph description language.
Then, you are able to filter (show/hide) the nodes which match a given tag.

From the command line :

From the user interface :


Tracing

An edge has two states : it can be either full or partial.
The full state is activated when both nodes linked by the edge are visible/activated.
The partial state is activated when only one node is visible.
The switch from one mode to the other can be done by clicking on the edge.

From the command line :

From the user interface :


Grouping

A group has two states : it can be either expanded or collapsed.
When displayed expanded, the group is shown as a background hull behind the nodes it contains.
When displayed collapsed, the group is show as a node and its content is hidden.

From the command line :

From the user interface :