Explorar o código

feat: reintroduce `x` shortcut for `freedraw` (#5840)

David Luzar %!s(int64=2) %!d(string=hai) anos
pai
achega
bdc56090d7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/shapes.tsx

+ 1 - 1
src/shapes.tsx

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