diff --git a/client/src/components/EcoconnectSearch.tsx b/client/src/components/EcoconnectSearch.tsx
index 03a00d4..56e0706 100644
--- a/client/src/components/EcoconnectSearch.tsx
+++ b/client/src/components/EcoconnectSearch.tsx
@@ -37,7 +37,7 @@ export default function EcoconnectSearch() {
};
const handleKeyPress = (event: KeyboardEvent) => {
- if (event.ctrlKey && event.key === "s") {
+ if ((event.ctrlKey || event.metaKey) && event.key === "s") {
event.preventDefault();
onAiDialogOpen();
}
@@ -102,7 +102,7 @@ export default function EcoconnectSearch() {
startContent={