How to Disable Toggle Open Documents in NetBeans?

Viewed 384

NetBeans (7) is very nice for letting you customize your keyboard shortcuts.

Personally, I want ctrl-tab to switch to the tab to the right and ctrl-shift-tab to switch left, but at the moment these launch the annoying Toggle Between Open Documents popup:

Aforementioned annoying popup

I have already set my keyboard shortcuts to have "next tab" using the workaround for getting the tab in there described here, but the Toggle Open Documents behavior is not configurable from that menu and is overriding my shortcut.

enter image description here

:(?

*PS: No desire to switch my whole key bindings over to another profile.

3 Answers

It looks like this is still impossible in Netbeans 7.3.1. The tab switcher appears to be hard-coded to Ctrl + Tab.

As a workaround, Ctrl + Pg Dn or Ctrl + Pg Up in turn appear to be hard-coded to the next tab and previous tab actions.

Related