Is it possible to use arrow keys alone to expand tree node in package explorer in Eclipse on Linux?

后端 未结 6 1500
花落未央
花落未央 2020-12-02 05:12

When using Eclipse I browse through the package explorer tree using the keyboard arrows a lot.

In Windows I can expand a collapsed node by pressing the →<

6条回答
  •  渐次进展
    2020-12-02 05:37

    The navigation of Tree widget is controlled by underlaying widget toolkit - GTK. SWT/Eclipse has no control over it. If any such configuration is required for changing the short-cut, then it has to be made from the GTK side itself.

提交回复
热议问题