desktop icon indicating copy to clipboard operation
desktop copied to clipboard

Bind ⌘R to Send button

Open ctessmer opened this issue 3 years ago • 0 comments

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:

  1. Update code in editor
  2. Save via ⌘S (cmd + s]
  3. Switch to browser via ⌘Tab [cmd + tab]
  4. Refresh page (aka: resend request) via ⌘R (cmd + r]
  5. 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?! 🤣

ctessmer avatar Sep 06 '22 07:09 ctessmer