I try to get the same navigation as in browsers in VS2010, so with Ctrl + PgUp I go to the previous window and with Ctrl + PgDown I go to the next window on the bar tab. To do this, I changed the shortcuts using the "Environment / Keyboard" in "Tools / Options". I changed the Window.NextDocumentWindow and Window.PreviousDocumentWindow commands.
Now I can navigate using these keys, but it does not translate the next / previous document into a list of tabs, but into a document opened after / before the current one.
Window.NextDocumentWindowNav and PreviousDocumentWindowNav do not help, the list is always sorted by the last focus.
Additional information . I open the doc1, doc2, doc3, doc4, doc5 docs. Now I tablist, I move doc5 between doc1 and doc2 and focus on doc1. When using Ctrl + PgDown , doc2 is now displayed because it was opened right after doc1, but I want to go to doc5, which is right after doc1 in the list.
Any idea?
source share