madskristensen / RestClientVS

Other
66 stars 14 forks source link

Keyboard commands such as Ctrl-C (Copy) not working in ResponseControl #18

Closed SQL-MisterMagoo closed 2 years ago

SQL-MisterMagoo commented 2 years ago

Describe the bug The ResponseControl does not allow keyboard commands as it does not accept focus. This means you have to select text with your mouse, then right click and select copy to use the clipboard.

To Reproduce Steps to reproduce the behavior:

  1. Run any http request
  2. Select some text in the results margin
  3. Press Ctrl/Cmd+C (Copy to clipboard) on your keyboard
  4. Try to paste - the selected text has not been copied

Expected behavior You should be able to copy text using standard shortcuts.

Screenshots N/A

Additional context I am submitting a one line PR for this 😄