apache / netbeans

Apache NetBeans
https://netbeans.apache.org/
Apache License 2.0
2.62k stars 841 forks source link

Some functions keys don't work in NB 13 in terminal #3822

Open PavelTurk opened 2 years ago

PavelTurk commented 2 years ago

Apache NetBeans version

Apache NetBeans 13

What happened

When I open terminal NB -> Windows -> IDE Tools -> Terminal and run mc (midnight commander) I can't use F4, F5, F6, F7, F8 functions keys. At the same time F9 works. So, If I need to copy file in mc, I have to select file, press F9 -> menu -> File -> Copy.

How to reproduce

No response

Did this work correctly in an earlier version?

I don't know.

Operating System

Ubuntu 20.04.3 LTS, Linux version 5.11.0-38-generic running on amd64; UTF-8; en_US (nb)

JDK

Java: 17.0.2; OpenJDK 64-Bit Server VM 17.0.2+8-86

Apache NetBeans packaging

Apache NetBeans provided installer

Anything else

No response

Are you willing to submit a pull request?

No

Code of Conduct

Yes

mbien commented 2 years ago

thats likely because they are globally bound to other actions of the IDE.

PavelTurk commented 2 years ago

@mbien I think you are right. But is this correct behavior? Maybe if terminal windows is active, then NB must pass all function keys, shortcuts to terminal?

mbien commented 2 years ago

i leave this open as a feature request in case someone is interested in this / wants to contribute a PR.