BINDINGS: list[BindingType] = [Binding(
'enter',
'confirm',
'Confirm',
show=False,
priority=True),Key bindings for the delete-confirmation overlay.
Enter confirms deletion, Esc cancels. Both use priority=True so they take
precedence over bindings on the underlying thread selector.