feat: reintroduce x shortcut for freedraw (#5840)

This commit is contained in:
David Luzar 2022-11-06 23:07:15 +01:00 committed by GitHub
parent 58accc9310
commit bdc56090d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ export const SHAPES = [
{
icon: FreedrawIcon,
value: "freedraw",
key: KEYS.P,
key: [KEYS.P, KEYS.X],
numericKey: KEYS["7"],
fillable: false,
},