|
@@ -1483,13 +1483,13 @@ const getArrowheadOptions = (flip: boolean) => {
|
|
value: "crowfoot_one",
|
|
value: "crowfoot_one",
|
|
text: t("labels.arrowhead_crowfoot_one"),
|
|
text: t("labels.arrowhead_crowfoot_one"),
|
|
icon: <ArrowheadCrowfootOneIcon flip={flip} />,
|
|
icon: <ArrowheadCrowfootOneIcon flip={flip} />,
|
|
- keyBinding: "c",
|
|
|
|
|
|
+ keyBinding: "x",
|
|
},
|
|
},
|
|
{
|
|
{
|
|
value: "crowfoot_many",
|
|
value: "crowfoot_many",
|
|
text: t("labels.arrowhead_crowfoot_many"),
|
|
text: t("labels.arrowhead_crowfoot_many"),
|
|
icon: <ArrowheadCrowfootIcon flip={flip} />,
|
|
icon: <ArrowheadCrowfootIcon flip={flip} />,
|
|
- keyBinding: "x",
|
|
|
|
|
|
+ keyBinding: "c",
|
|
},
|
|
},
|
|
{
|
|
{
|
|
value: "crowfoot_one_or_many",
|
|
value: "crowfoot_one_or_many",
|