Skip to content

Commit ee87f6c

Browse files
authored
fix: Merge pull request #111 from Hummer12007/fix-del
Change default deletion shortcut to D
2 parents e2aaa86 + 06a4d02 commit ee87f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ShortcutsManager/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const defaultHotkeys = [
5656
{
5757
id: "delete_region",
5858
description: "Delete selected region",
59-
binding: "Delete",
59+
binding: "d",
6060
},
6161
{
6262
id: "undo",

0 commit comments

Comments
 (0)