Currently, if I have 4 tabs and I press CTRL TAB, it does not go from 1 to 2, then from 2 to 3 and so on. It jumps between windows in the order I last had them open.
Depending on the version of your NetBeans installation, the Ctrl+Tab, Ctrl+Shift+Tab shortcuts are hardcoded to the PopupSwitcher which appears when pressing Ctrl+Tab/Ctrl+Shift+Tab a little longer or repeatedly.
The "proper" tab switch you're probably looking for is achieved when pressing Ctrl+PgUp/Ctrl+PgDown. That should switch between tabs in a circular manner.
As for the current version (7.3.1), there seems to be no way to change the key bindings (Tools|Options|Keymap) to Ctrl+Tab/Ctrl+Shift+Tab, because they are caught by that PopupSwitcher.
The only solution that comes to my mind is to either catch Ctrl+Tab, Ctrl+Shift+Tab a level before NetBeans (with something like AutoHotkey) and forward Ctrl+PgUp/Ctrl+PgDown. Or you could modify the sources and build NetBeans yourself. See NetBeans sources, module core.windows
, package org.netbeans.core.windows.view.ui.popupswitcher
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With