wiztools / rest-client

Tool to test HTTP/RESTful webservices.
Apache License 2.0
1.53k stars 372 forks source link

Feature request – keyboard shortcut for the "Go!" button #81

Open kalwi opened 6 years ago

kalwi commented 6 years ago

It would improve my productivity if there was a keyboard shortcut for the "Go!" button, so I could send a new request right after editing the request body without need to press the button by mouse. The suggested shortcut is "Ctrl + Enter", since the "Enter" alone does a new line.

subwiz commented 6 years ago

I typically use the key combinations Cmd + L (Mac) or Ctrl + L (Win/Linux) followed by Enter. The focus moves to the address bar, where the Enter triggers the Go operation.

kalwi commented 5 years ago

Thanks, it works at least as a small workaround. However, it's still not perfect, because after pressing Enter, the cursor returns to the address bar and not to the original place which is the string body editor in my case, so I have then either to click the mouse there or to press Tab 8 times.