Fix shortcut keys

Fixes #707
This commit is contained in:
Katos
2025-05-18 18:19:09 +01:00
committed by GitHub
parent 2fb12f6139
commit c9af903228

View File

@@ -198,13 +198,13 @@
{
id: 1,
name: computed(() => t("menu.create_location")),
shortcut: "Shift+2",
shortcut: "Shift+3",
dialogId: "create-location",
},
{
id: 2,
name: computed(() => t("menu.create_label")),
shortcut: "Shift+3",
shortcut: "Shift+2",
dialogId: "create-label",
},
];