Ability to auto-focus a certain params field

Is there a way to auto-focus a certain params field when a request is clicked? That would enable one to quickly submitting the request instead of having to click on that field to send the request.

@arunsathiya I am afraid there’s no feature to auto-focus params right now but you can use the keyboard shortcut ‘Ctrl + Enter’ (Windows or Linux) / ‘Cmd + Enter’ (Mac) to send a request quickly instead of having to click the send button.

Also, you can focus the URL bar with ‘Ctrl + L’ or ‘Cmd + L’ (depending on the OS) and edit it, also while the focus is on the URL bar hitting ‘Enter’ key only will send the request so you don’t have to hit a key-combination which I mentioned above.

Thanks for the reply.

Yes, I am aware of this, but I would need to send requests after editing a certain params field. I shall go ahead and file a feature request on GitHub.