-
Notifications
You must be signed in to change notification settings - Fork 37.8k
Closed
Labels
Description
With the exception of The form interaction keyboard shortcuts don't work on macOS. In case anyone wants to test a fix, here's a list:q
during startup, and system defaults, none of the QT
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 andQAction
)
There are some complaints on the internet suggesting this is a QT issue, but it's not super clear to me.