With the exception of q during startup, and system defaults, none of the QT The form interaction keyboard shortcuts don't work on macOS. In case anyone wants to test a fix, here's a list:
Works:
- Cmnd + Q (quits application)
- Cmnd + Shift + C (opens console)
- Cmnd + Shift + D (opens debug window)
- CMD + , (opens preferences)
Cmnd + Shift + C and D aren't annotated next to their menu items like e.g. CmD + , is.
Doesn't work:
- regex
tr\(\".*&.*\"\) for other shortcuts (menu and QAction)
There are some complaints on the internet suggesting this is a QT issue, but it's not super clear to me.