Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Netbeans 的输出视图中,我有几个选项卡,例如:
我想只使用键盘在它们之间切换。这个怎么做?
Ctrl+Tab将允许您循环浏览所有可用于打开项目的窗格,至少在 Netbeans v7.3.1 中是这样。Ctrl您还可以在按住+的同时使用箭头键进行导航Tab。
Ctrl+4将焦点直接转移到输出窗格。
查看此和此以获取更多详细信息和快捷方式。