Suppose a front panel contains the three elements seen below, with the first one being selected.

 
 
 
 
 
 
 
 
 
 
 
 
In the situation above currently pressing Tab does nothing. It would be useful if, instead, pressing Tab would cycle the element selection to the next element in the tabbing order, as seen below.

 
 
 
 
 
 
 
 
 
 
 
 
If Tab was pressed again, it would cycle to the next element in the tabbing order, as seen below. And so on.

 
 
 
 
 
 
 
 
 
 
 
 
Notes
- This idea would speed up development by enabling us to cycle through element selection without using the mouse.
 
- When used in conjunction with the F2 idea, this would enable us to use Tab + F2 combinations to quickly cycle through elements and rename their labels and/or captions.
 
- This idea could be extended to terminals on the block diagram. Suppose a terminal is selected on the block diagram, pressing tab would navigate to another terminal on the block diagram.
 
- I'm aware that currently it is possible to use Tab or Shift+Tab to cycle between elements forwards or backwards when the VI is in Run Mode (Ctrl + M). While that is useful, this idea asks for more.
 
Thanks!