Appearance
Accessibility new
This example demonstrates how to make a graph visualization accessible through keyboard navigation. It implements three interaction modes: a menu mode for navigating the graph through a menu with arrow keys and Tab, a graph mode for traversing the graph using arrow and Enter keys, and a camera mode for selecting nodes using a crosshair overlay. The example uses custom keyboard event handlers and the events API to manage navigation between nodes, along with StyleClass for visual feedback during keyboard navigation.