mirkoperillo / resting

A visual HTTP client browser extension
https://resting.owlcode.eu/
GNU General Public License v3.0
27 stars 12 forks source link

A keyboard shortcut to send a request #174

Closed nikhilraojl closed 1 year ago

nikhilraojl commented 1 year ago

Can we have a keyboard shortcut for example ctrl+enter to "Send" a request while we are in the extension page? For example, after editing a body of a request and I should be able to hit the keyboard shortcut to "Send" the request instead of moving the mouse and clicking on the "Send" button.

If something like this is fine to be included in the extension I can work on it

mirkoperillo commented 1 year ago

@nikhilraojl I think this is interesting.

Currently there is an onEnter event bind to the focused URL field, but nothing when you are working on other parts of the request.

The idea of ctrl+enter is good to avoid conflicts with onEnter event on specific fields, I like it.

You can work on it if you are interested. I'm available for reviewing or give mentoring on Resting code if you need it

I assign this issue to you