mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-10-27 08:54:26 +01:00
@@ -16,6 +16,7 @@ export const KEYS = {
|
||||
F_KEY_CODE: 70,
|
||||
ALT_KEY_CODE: 18,
|
||||
Z_KEY_CODE: 90,
|
||||
G_KEY_CODE: 71,
|
||||
} as const;
|
||||
|
||||
export type Key = keyof typeof KEYS;
|
||||
|
||||
Reference in New Issue
Block a user