-
- {" "}
- Ungroup{" "}
- {navigator.userAgent.toUpperCase().includes("MAC") ? (
-
- ) : (
-
- Ctrl +{" "}
-
- )}
- G
-
+ obj.name === "Group")?.shortcut!
+ }
+ isMac={navigator.userAgent.toUpperCase().includes("MAC")}
+ value={"Ungroup"}
+ icon={"Ungroup"}
+ dataTestId="group-button-modal"
+ />
)}
diff --git a/src/frontend/src/pages/SettingsPage/pages/ShortcutsPage/index.tsx b/src/frontend/src/pages/SettingsPage/pages/ShortcutsPage/index.tsx
index 9e6580741..2f84b3738 100644
--- a/src/frontend/src/pages/SettingsPage/pages/ShortcutsPage/index.tsx
+++ b/src/frontend/src/pages/SettingsPage/pages/ShortcutsPage/index.tsx
@@ -25,11 +25,13 @@ export default function ShortcutsPage() {
headerCheckboxSelection: true,
checkboxSelection: true,
showDisabledCheckboxes: true,
+ resizable: false,
}, //This column will be twice as wide as the others
{
field: "shortcut",
flex: 2,
editable: false,
+ resizable: false,
},
]);
diff --git a/src/frontend/src/stores/shortcuts.ts b/src/frontend/src/stores/shortcuts.ts
index 7b817c3f3..2c2391417 100644
--- a/src/frontend/src/stores/shortcuts.ts
+++ b/src/frontend/src/stores/shortcuts.ts
@@ -27,6 +27,8 @@ export const useShortcutsStore = create