Skip to content

Commit

Permalink
Fix backspace
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Dec 20, 2019
1 parent 6ca8806 commit 6aa4d62
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ function KeyboardShortcutsRegister() {
description: __( 'Remove multiple selected blocks.' ),
keyCombination: {
character: 'del',
aliases: [ {
character: 'backspace',
} ],
},
aliases: [ {
character: 'backspace',
} ],
} );

registerShortcut( {
Expand Down

0 comments on commit 6aa4d62

Please sign in to comment.