mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: Shortcut key for nerd stats (#3552)
* added alt+/ as the shortcut key for nerd stats Signed-off-by: gurkiran_singh <gurkiransinghk@gmail.com> * added shortcut info in HelpDialog.ts Signed-off-by: gurkiran_singh <gurkiransinghk@gmail.com> * resolved conflicts Signed-off-by: gurkiran_singh <gurkiransinghk@gmail.com> * added shortcut info in HelpDialog.ts Signed-off-by: gurkiran_singh <gurkiransinghk@gmail.com>
This commit is contained in:
parent
07839f8d20
commit
bec34f2d57
4 changed files with 9 additions and 1 deletions
|
@ -57,7 +57,7 @@ const shortcutMap: Record<ShortcutName, string[]> = {
|
|||
ungroup: [getShortcutKey("CtrlOrCmd+Shift+G")],
|
||||
gridMode: [getShortcutKey("CtrlOrCmd+'")],
|
||||
zenMode: [getShortcutKey("Alt+Z")],
|
||||
stats: [],
|
||||
stats: [getShortcutKey("Alt+/")],
|
||||
addToLibrary: [],
|
||||
flipHorizontal: [getShortcutKey("Shift+H")],
|
||||
flipVertical: [getShortcutKey("Shift+V")],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue