pub fn build_sectioned_grid(
entries: &[KeybindingEntry],
user_entry_count: usize,
available_width: usize,
) -> KeybindingGridExpand description
Lay out user entries first, followed by a blank row that the UI renders as a separator, then the remaining built-in entries.