https://bugs.kde.org/show_bug.cgi?id=493216

--- Comment #8 from Nate Graham <n...@kde.org> ---
To add even a bit more, this is generally the world as it kinda-sorta exists:

Ctrl+Q: terminate the app and close all open windows.
Alt+F4: close the window irrespective of how many tabs it has open.
Ctrl+W: close the active tab. When the last tab is closed, or if the window has
no tabs, close the window.

The only one that's really consistent is Alt+F4 which is implemented at the
window manager level; Ctrl+Q and Ctrl+W need to be implemented in the app or
toolkit as needed. I suppose in principle Ctrl+Q could potentially be
implemented at the window manager level too, but Ctrl+W always needs to be
implemented by the app or toolkit.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to