diff --git a/frontend/src/views/tasks/TaskDetailView.vue b/frontend/src/views/tasks/TaskDetailView.vue index d99d3f5ec..ccc66f4c7 100644 --- a/frontend/src/views/tasks/TaskDetailView.vue +++ b/frontend/src/views/tasks/TaskDetailView.vue @@ -573,7 +573,7 @@ {{ $t('task.detail.actions.repeatAfter') }} lastProject.value ?? project.val // Use Alt+r on other platforms const reminderShortcut = computed(() => isAppleDevice() ? 'Shift+KeyR' : 'Alt+KeyR') +// Match native OS conventions for "delete the selected item" +const deleteShortcut = isAppleDevice() ? 'Backspace' : 'Delete' + onBeforeRouteLeave(async () => { if (taskNotFound.value) { return