Skip to content

Commit

Permalink
Make block deletion shortcut Meta+Shift+Backspace
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Aug 6, 2018
1 parent f088914 commit 8384ba0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const shortcuts = {
display: displayShortcut.primaryShift( 'd' ),
},
remove: {
raw: rawShortcut.primary( 'del' ),
display: displayShortcut.primary( 'del' ),
raw: rawShortcut.primaryShift( 'backspace' ),
display: displayShortcut.primaryShift( 'backspace' ),
},
};

Expand Down

0 comments on commit 8384ba0

Please sign in to comment.