Actions
Feature #1947
open[Qt] Support for `Ctl+Q` "Quit" for Linux
Status:
New
Priority:
Normal
Assignee:
-
Category:
Qt-client
Target version:
-
Start date:
02/19/2026
Due date:
% Done:
0%
Estimated time:
Description
`Alt+F4` is implemented for the standard Microsoft Windows™ OS shortcut to close an application.
Proposed is a patch to add `Ctl+Q` for the standard Linux OS shortcut to close an application.
Files
Updated by Dean Brown 2 days ago
On the Mac (which is *nix under the hood), Qt automagically adds CMD+Q to the Quit menu item, as it should. I tried this patch on my Mac to see what would happen and it seems to make no difference - CMD+Q still quits and Ctl+Q still does nothing. So no problem.
Actions