Return focus after closing the pop-up window
key combination -> open pop-up window
When the key combination is pressed, the EarTrumpet application receives focus, but when pressed again, focus does not return to the window.
https://github.com/user-attachments/assets/4a51c56c-c80c-433a-8ad2-b1e268ae8767
Here is an example of the requested feature using another application as an example.
https://github.com/user-attachments/assets/b356106e-3372-45f5-bdbe-f482c9a4c328
Originally posted by @ovgamesdev in https://github.com/File-New-Project/EarTrumpet/discussions/1749
Thanks @ovgamesdev. Right now, we only return focus (to the notification area) if we open the flyout via keyboard. We can handle the hotkey separately and return it to the previous window. Will try to get that in today.