hello,
with kicad v9 a hotkey named “Next net item” (and the corresponding “previous net item”) was introduced.
How should this be used? The documentation describes this feature with:
With the net navigator open and a net highlighted, you can quickly select various items on that net (net labels, sheet pins, and symbol pins) by selecting one of the items on the highlighted net in the schematic canvas and pressing TAB to cycle through the net items. Pressing TAB selects the next item on the net.
I need a more detailed description, obviously I’m overlooking/missing something.
Example project:
net_next_item.zip (36.8 KB)
what I have done:
- enable net navigator on left side panel
- highlight net +3v3 (with hotkey, net gets highlight color rose)
- net navigator panel shows “+3V3” occurance on every subsheet
- press TAB → nothing happens (expected: screen view jumps to the next +3V3 segment)
Which step is missing?