ParthJadhav / Verve

Verve is a lightweight and blazingly fast launcher for accessing and opening applications, files and documents. ⚡
GNU Affero General Public License v3.0
658 stars 25 forks source link

bug: verve incorrectly delgeates control back to the previous window if the user cancels #37

Closed benediktms closed 1 year ago

benediktms commented 1 year ago

If the uses starts verve and decides to cancel the action (by pressing esc), the previous application is not focused correctly.

E.g. if you were in a code editor, launch verve, cancel you could not immediatly resume typing, you'd have to alt-tab out, and back into the editor.

ParthJadhav commented 1 year ago

Yup, Makes sense. I'll work on it today