You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#5343 also brought this up and I closed it as a duplicate. However, while we probably can't fix all cases of #1682 (e.g. clicking the close button), it's more likely that someone might press alt+f4 and we can at least intercept that key.
One thing to investigate is whether we can hook the function Windows calls to force our process to exit. If we can do that, we can fix #1682 completely. Otherwise, we'll just intercept alt+f4 for Windows 10 as noted above.
Under Windows 10, you can close a command prompt by pressing alt+f4 like any other windows.
Unfortunately, this also closes NVDA.
The text was updated successfully, but these errors were encountered: