summaryrefslogtreecommitdiff
path: root/widget/WidgetEventImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'widget/WidgetEventImpl.cpp')
-rw-r--r--widget/WidgetEventImpl.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/widget/WidgetEventImpl.cpp b/widget/WidgetEventImpl.cpp
index 1302c3e948..59c80672b1 100644
--- a/widget/WidgetEventImpl.cpp
+++ b/widget/WidgetEventImpl.cpp
@@ -479,7 +479,11 @@ WidgetInputEvent::AccelModifier()
sAccelModifier = MODIFIER_CONTROL;
break;
default:
+#ifdef XP_MACOSX
+ sAccelModifier = MODIFIER_META;
+#else
sAccelModifier = MODIFIER_CONTROL;
+#endif
break;
}
}