 etasoft
Member
|
Is it possible to switch tabbing through open windows? Current tabbing with CTRL+TAB or CTRL+SHIFT+TAB does not follow actual order displayed on the screen but some internal “hard-to-guess” order.
|
 simon
Key Master
|
The “hard to guess” order is a stack ordered according to when you last used a window.
So, if you have three windows A, B and C, if you select C and then B then the following will be true:
press Ctrl-Tab, you’ll see C.
press Ctrl-Tab again, you’ll see B.
press Ctrl-Tab again, C again.
Hold Ctrl and press tab twice you’ll see A.
This form of navigation is common in windows editors and IDEs (like Visual Studio). You can switch to standard windows tab ordering (still not controlled by the tabs) with options.
There will probably be a “tab order” controlled option in the next version.
|
 etasoft
Member
|
Now that you explained it makes sense. But option to have “normal” (tab based) ordering would be prefered for me and probably for many other users.
|
 etasoft
Member
|
Another fast switching option could be available via keys ALT+TabNumber. Example: ALT+1 would switch to tab number 1, ALT+2 to tab number 2, etc. Very helpful if you have 3-7 tabs open.
|