I'm trying to compare two nearly-identical COBOL programs in Visual Studio. In one tab is ST-PEERJOB-TABLE.cbl, and in the other tab is MC-PEERJOB-TABLE.cbl.
To switch back and forth between the two, I have to mouse-click the tab I want, which is clumsy and time-consuming.
In Excel there are keyboard-shortcuts for toggling between two tabs: ctrl-PgUp and ctrl-PgDown
Are there any analogous keyboard-shortcuts for toggling between two tabs in Visual Studio?
