mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-06 22:04:38 +01:00
Show shortcuts dialog when pressing ? (#1224)
This commit is contained in:
@@ -12,6 +12,7 @@ export const KEYS = {
|
||||
CTRL_OR_CMD: isDarwin ? "metaKey" : "ctrlKey",
|
||||
TAB: "Tab",
|
||||
SPACE: " ",
|
||||
QUESTION_MARK: "?",
|
||||
} as const;
|
||||
|
||||
export type Key = keyof typeof KEYS;
|
||||
|
||||
Reference in New Issue
Block a user