|
|
|
|
|
by int_19h
3387 days ago
|
|
That's not actually true. Alt+F4 is exactly the same as clicking the Close window button, and sends WM_CLOSE to the app, which can then handle it gracefully (or not) as it chooses. In particular, if you have unsaved data, most apps will prompt to save on Alt+F4. |
|