mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-17 11:14:23 +01:00
feat: reintroduce x shortcut for freedraw (#5840)
This commit is contained in:
@@ -58,7 +58,7 @@ export const SHAPES = [
|
|||||||
{
|
{
|
||||||
icon: FreedrawIcon,
|
icon: FreedrawIcon,
|
||||||
value: "freedraw",
|
value: "freedraw",
|
||||||
key: KEYS.P,
|
key: [KEYS.P, KEYS.X],
|
||||||
numericKey: KEYS["7"],
|
numericKey: KEYS["7"],
|
||||||
fillable: false,
|
fillable: false,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user