Mar 4
Launching via deeplinks loses input focus
```
open "superwhisper://mode?key=message-ONQC"
open "superwhisper://record"
```
---
When launching Superwhisper via deep links like those above, the input field loses focus, requiring a manual click to refocus. It would be greatly appreciated if this could be improved so that the input field retains focus when launched through deep links.
Pending

You just need the `-g` flag ``` open -g "superwhisper://mode?key=message-ONQC" open -g "superwhisper://record" ```