-
Notifications
You must be signed in to change notification settings - Fork 164
Open
Labels
Description
Expected Behavior
The ususal Qt-wide keyboard shortcut for quitting application works
Current Behavior
Quit has no shortcut at all
Possible Solution
Probably around
Line 389 in 407f135
setup_Action(QUIT, new QAction(QIcon::fromTheme(QStringLiteral("application-exit")), tr("&Quit"), settingOwner), "", this, SLOT(close()), menu_File); |
need to use QKeySequence::Quit
.
Steps to Reproduce (for bugs)
- Run helloSystem 0.6.0 Live ISO
- Open Terminal
Context
All applications should follow the system-wide Qt shortcuts for things like quitting, so that the user can quit any application using the same keyboard shortcut. Especially for system-level utilities like this one.
System Information
- QTerminal version: 0.16.0
- Distribution & Version: helloSystem 0.6.0
- Kernel: FreeBSD 12.2-RELEASE
- Qt Version: 5.15.2