From 27522110df0207506b25a84fe8b421eb65593d59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20W=C4=85=C5=BC?= Date: Thu, 22 May 2025 09:47:41 +0200 Subject: [PATCH] fix: fix keybindings for arrowheads (#9557) --- packages/excalidraw/actions/actionProperties.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/excalidraw/actions/actionProperties.tsx b/packages/excalidraw/actions/actionProperties.tsx index 79e196292..24906d6d6 100644 --- a/packages/excalidraw/actions/actionProperties.tsx +++ b/packages/excalidraw/actions/actionProperties.tsx @@ -1483,13 +1483,13 @@ const getArrowheadOptions = (flip: boolean) => { value: "crowfoot_one", text: t("labels.arrowhead_crowfoot_one"), icon: , - keyBinding: "c", + keyBinding: "x", }, { value: "crowfoot_many", text: t("labels.arrowhead_crowfoot_many"), icon: , - keyBinding: "x", + keyBinding: "c", }, { value: "crowfoot_one_or_many",