Reputation: 1596
In Output View in Netbeans I have several tabs such as:
I would like to switch between them using keyboard only. How to do this?
Upvotes: 1
Views: 1984
Reputation: 4301
Ctrl+Tab will allow you to cycle through all panes available for your open projects, at least in Netbeans v7.3.1. You can also use the arrow keys to navigate while holding Ctrl+Tab.
Ctrl+4 will shift focus directly to the output pane.
Check out this and this for more details and shortcuts.
Upvotes: 4