SIGN IN SIGN UP

UI/Qt: Preserve macOS web modifier semantics

Qt swaps Command into ControlModifier and Control into MetaModifier on
macOS so shortcut definitions can stay portable. Convert those modifiers
back to Web-facing semantics before sending input events to LibWeb.

This lets Command-click behave as platform-control click instead of
being mistaken for Control-click, while physical Control-click still
opens the context menu on macOS.
A
Andreas Kling committed
daaf1c8c9e9c8d7356712df28d69d05d32c51aed
Parent: 3ae41f1
Committed by Andreas Kling <andreas@kling.id> on 6/1/2026, 8:00:19 AM