mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: show firefox-compatible command palette shortcut alias (#7825)
This commit is contained in:
parent
1d71f84515
commit
3e334a67ed
4 changed files with 11 additions and 8 deletions
|
@ -60,8 +60,8 @@ const shortcutMap: Record<ShortcutName, string[]> = {
|
|||
clearCanvas: [getShortcutKey("CtrlOrCmd+Delete")],
|
||||
imageExport: [getShortcutKey("CtrlOrCmd+Shift+E")],
|
||||
commandPalette: [
|
||||
getShortcutKey("CtrlOrCmd+Shift+P"),
|
||||
getShortcutKey("CtrlOrCmd+/"),
|
||||
getShortcutKey("CtrlOrCmd+Shift+P"),
|
||||
],
|
||||
cut: [getShortcutKey("CtrlOrCmd+X")],
|
||||
copy: [getShortcutKey("CtrlOrCmd+C")],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue