Back to Kavita

Manage Custom Key Binds.Component

UI/Web/src/app/user-settings/custom-key-binds/manage-custom-key-binds.component.html

0.9.0554 B
Original Source

@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) { }

} } }