mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: stop replacing del
word with Delete
(#5897)
This commit is contained in:
parent
8ed0fc2c87
commit
81fd2350a9
3 changed files with 3 additions and 4 deletions
|
@ -48,7 +48,7 @@ const shortcutMap: Record<ShortcutName, string[]> = {
|
|||
copyStyles: [getShortcutKey("CtrlOrCmd+Alt+C")],
|
||||
pasteStyles: [getShortcutKey("CtrlOrCmd+Alt+V")],
|
||||
selectAll: [getShortcutKey("CtrlOrCmd+A")],
|
||||
deleteSelectedElements: [getShortcutKey("Del")],
|
||||
deleteSelectedElements: [getShortcutKey("Delete")],
|
||||
duplicateSelection: [
|
||||
getShortcutKey("CtrlOrCmd+D"),
|
||||
getShortcutKey(`Alt+${t("helpDialog.drag")}`),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue