@for (keyBindGroup of filteredKeyBindGroups(); track keyBindGroup.title) { @if (!$first) {
}

{{t(keyBindGroup.title)}}

@for (element of keyBindGroup.elements; track element.target) { @if (getFormArray(element.target); as array) {
@let settingDesc = element.target | keybindSettingDescription;
@for (keyBindControl of array.controls; track trackByKeyBind($index, keyBindControl.value)) { } @empty { {{null | defaultValue}} }
@if (array.controls.length < MAX_KEYBINDS_PER_TARGET) { } @if (!array.valid && !array.disabled) { }
} } }