-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Alt+F4 work and warn the user about terminating more than one tab #1589
Comments
On Second Thought. |
This is now the tracking issue for getting alt+f4 working and adding a dialog to stop users from harming their running session state. |
It would also be nice if there was an option to prompt the user about closing a tab that has a running program. For example, running a development server of some kind in a tab in interactive mode (vs. daemon mode) is often a development workflow for all sorts of apps (Angular CLI, webpack-based apps, Node apps etc.) these days. |
This was fixed by #2526. |
I don't think this was fixed, because #17613 exists. |
@codenotworking thanks, we’ll keep all further discussion over there rather than on this five year old issue. |
Environment
Steps to reproduce
Start The terminal app, try to close it using Alt + F4
Expected behavior
The app should close
Actual behavior
The app doesn't close, which is inconsistent with 99% of windows apps
The text was updated successfully, but these errors were encountered: