I am using shortcut keys with QActions and specific key shortcuts(like F1, Command+A) does not respond in Mac . Seems like Mac is reserving those shortcut keys for OS specific shortcuts. Is it possible to override those and use the qt defined shortcuts .
I tried using
setShortcutContext(Qt::ApplicationShortcut);
But does not work.