Feature request: Shortcut for switching between windows

VCetkovic

Member
I have a remark on how the current CTRL+TAB works in PLSQL developer. The expected behavior is as follows:

I have open 4 windows:
1. I am in window 1
2. I hold down CTRL and keep pressing tab until i get to window 3
3. After releasing CTRL + TAB i am in window 3
4. I press CTRL+TAB once and I am returned to window 1 (now it continue the cycle and go to window 4)

It seems as though PLSQL developer switches the window once the TAB is RELEASED (if the CTRL is held down). The proper way to do this is to act once BOTH keys are released.

I guess I want something like the ALT+TAB behavior in Windows, so I could switch between two most recently used windows, without having to cycle through an entire list (of say 10-15 windows).

Please correct me if I am wrong or suggest a workaround to get this expected behavior.

Thanks in advance for the response.
 
Last edited:
As a workaround you can use CTRL+TAB and CTRL+SHIFT+TAB to go back and forth between two windows. But I agree that CTRL+TAB working like ALT+TAB in Windows would be nice.
 
Back
Top