feat: Ctrl+S-Shortcut zum Ausführen des Update-Dienstes hinzufügen
This commit is contained in:
@@ -63,6 +63,12 @@ export class UserComponent extends BasePageComponent implements AfterViewInit {
|
||||
}
|
||||
}
|
||||
|
||||
@HostListener('window:keydown.control.s', ['$event'])
|
||||
handleCtrlS(event: KeyboardEvent) {
|
||||
event.preventDefault();
|
||||
this.updateService.executeAll();
|
||||
}
|
||||
|
||||
@HostListener('window:keydown.delete', ['$event'])
|
||||
handleDelete(event: KeyboardEvent) {
|
||||
this.deleteItem();
|
||||
|
||||
Reference in New Issue
Block a user