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:
Run any http request
Select some text in the results margin
Press Ctrl/Cmd+C (Copy to clipboard) on your keyboard
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 😄
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:
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 😄