From a7eeeb032c9c911a6ab3573efa51042b08209515 Mon Sep 17 00:00:00 2001 From: Braulio Date: Tue, 17 Sep 2024 12:11:47 +0200 Subject: [PATCH] removed temporary delete issue --- src/pods/toolbar/shortcut/shortcut.const.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pods/toolbar/shortcut/shortcut.const.ts b/src/pods/toolbar/shortcut/shortcut.const.ts index 6158771e..0483bcca 100644 --- a/src/pods/toolbar/shortcut/shortcut.const.ts +++ b/src/pods/toolbar/shortcut/shortcut.const.ts @@ -8,8 +8,8 @@ export const SHORTCUTS: Shortcut = { delete: { description: 'Delete', id: 'delete-button-shortcut', - targetKey: ['backspace'], - targetKeyLabel: 'Backspace', + targetKey: ['Ctrl+backspace', 'Meta+backspace'], + targetKeyLabel: 'Ctrl + Backspace', }, copy: { description: 'Copy',