Skip to content

Commit

Permalink
fix: Merge pull request #111 from Hummer12007/fix-del
Browse files Browse the repository at this point in the history
Change default deletion shortcut to D
  • Loading branch information
seveibar authored Nov 23, 2020
2 parents e2aaa86 + 06a4d02 commit ee87f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ShortcutsManager/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const defaultHotkeys = [
{
id: "delete_region",
description: "Delete selected region",
binding: "Delete",
binding: "d",
},
{
id: "undo",
Expand Down

0 comments on commit ee87f6c

Please sign in to comment.