desktop
desktop copied to clipboard
Bind ⌘R to Send button
Checklist
- [x] I've searched for similar feature requests.
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?! 🤣