Skip to content

Commit

Permalink
removed temporary delete issue
Browse files Browse the repository at this point in the history
  • Loading branch information
brauliodiez committed Sep 17, 2024
1 parent 500fd45 commit a7eeeb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pods/toolbar/shortcut/shortcut.const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a7eeeb0

Please sign in to comment.