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