keyboardNavigation property

bool keyboardNavigation
final

Whether the overlay consumes keyboard navigation while visible.

This is disabled by default so that, apart from toggleBinding, the application retains Tab, arrows, paging, Home/End, and typing. Enable it when the diagnostics panel should be navigable from the keyboard; mouse dragging remains available regardless of this setting.

Implementation

final bool keyboardNavigation;