Key Request Switching and Response in SOAPUI

I use the free version of SoapUi, I really want to switch from the request and response window, using only the keyboard, I found that ctrl + alt + tab should do this job, but it seems that the Windows shortcut is blocking it, how can I get around this?

+5
source share
2 answers

Soapui version 5.2.0

Ctrl + tab - displays the cursor from the active request / response.

Ctrl + tab + tab - switches focus from request to response and vice versa if the cursor is not in the active request / response.

Ctrl + tab + tab + tab - switches focus from request to response and vice versa if the cursor is present in the active request / response.

+3

All Articles