Skip to content

Commit

Permalink
KeyboardShortcuts: Update delete shortcut character from 'del' to 'de…
Browse files Browse the repository at this point in the history
…lete'
  • Loading branch information
yogeshbhutkar committed Dec 20, 2024
1 parent 8526e3d commit 27325fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function KeyboardShortcutsRegister() {
description: __( 'Remove the selected block(s).' ),
keyCombination: {
modifier: 'shift',
character: 'del',
character: 'delete',
},
aliases: [
{
Expand Down

0 comments on commit 27325fd

Please sign in to comment.