@Alan-Kilborn said in Accidental open:
But clearly OP was having trouble getting rid of it.
That’s part of what seems like the bug I mentioned earlier. I started to write up the issue but it is turning into a long post plus I realized there were hints in the github issues that it has been reported, so I’ve parked the bug report it pending review, testing, and thinking.
If someone does Ctrl+Tab or Ctrl+Shift+Tab to bring up the document switcher and you then while holcing Ctrl down you type Esc to exit document switcher the Ctrl+Esc or Ctrl+Shift+Esc are sent to Windows. Ctrl+Esc brings up the start menu and Ctrl+Shift+Esc activates task manager. That’s issue one.
If you then switch back to Notepad++ you’ll see the document switcher dialog box but can’t get focus onto it other then via the mouse. Thus the box can appear to be stuck in the way. That’s issue two. The document switcher dialog box is model which means Notepad++ itself is locked up. It’s not a crisis as you mouse click within the box and it’ll activate the tab you happened to select via the dialog box.
You can also trigger the second issue’s behavior by Ctrl+Tab and while holding the Ctrl key down you click on the task bar to bring another application the foreground. When you switch back to Notepad++ you’ll be moderately stuck with the document switcher. It turns out that pressing and then releasing Ctrl will clear the document switcher.
github issue 10950 seems to describe what I saw but at the time that issue was raised it also seemed to be intermittent or hard to reproduce.


