mirkoperillo / resting

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

Add new shortcut to send a request #176

Closed nikhilraojl closed 1 year ago

nikhilraojl commented 1 year ago

As there are many input fields in the panel (Headers, Body, Querystring etc), instead of adding event listeners on each element I have added a keyup event to the wrapping div. Now if any input in the panel is in focus, it's now possible to use Ctrl + Enter to call the API.

Closed #174

mirkoperillo commented 1 year ago

@nikhilraojl great work LGTM