Checklist
Enhancement request
Bind ⌘R to Send button instead of Reload.
Problem it solves
TL;DR
Pressing ⌘R refreshes the contents of the Httpie desktop window—instead of resending the request.
Details
This sequence is muscle memory for web developers:
- Update code in editor
- Save via
⌘S (cmd + s]
- Switch to browser via
⌘Tab [cmd + tab]
- Refresh page (aka: resend request) via
⌘R (cmd + r]
- Inspect changes
Rinse & repeat.
Now replace the browser with Httpie desktop.
Same muscle memory, different outcome. Now, when pressing ⌘R in step 4, the whole contents of the Httpie app window updates instead of just resending the request as is intended.
Currently we're forced to reposition the mouse over the Send button and click each time to resend the current request.
I mean… how are we even supposed to live?! 🤣
Checklist
Enhancement request
Bind ⌘R to
Sendbutton instead ofReload.Problem it solves
TL;DR
Pressing ⌘R refreshes the contents of the Httpie desktop window—instead of resending the request.
Details
This sequence is muscle memory for web developers:
⌘S(cmd + s]⌘Tab[cmd + tab]⌘R(cmd + r]Rinse & repeat.
Now replace the browser with Httpie desktop.
Same muscle memory, different outcome. Now, when pressing
⌘Rin step 4, the whole contents of the Httpie app window updates instead of just resending the request as is intended.Currently we're forced to reposition the mouse over the
Sendbutton and click each time to resend the current request.I mean… how are we even supposed to live?! 🤣