hyperterm-overlay
hyperterm-overlay copied to clipboard
Fix restore focus back to previous application, fixes #38
- fixes #38
- fix is only working when animation is turned off in user config
- if the window is minimized before hiding it, focus will be properly restored to previous application
I should add, that focus is properly restored on Windows 7, Windows 10. On Linux (Fedora 26) behavior is unchanged, it worked before fix and works the same way after it.
@rickgbw please merge this PR. Windows users could benefit from it. Alt-tabbing to get back to previous work after each terminal use is annoying. Thank you.
@peterdanis Thank you for your fix. This PR really helped me.