LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Key Navigation

Solved!
Go to solution

Hi

I have a Key Navigation problem. I can only use keyboard and cannot use mouse or touch screen in my application. I am using LabVIEW 2015 Service Pack 1, Version 15.0.1f10 (32-bit).

When my program is running, if I press "Esc" and then press "Enter", the "Enter" key acts as "Esc". i.e. I press "Enter", It toggles the "Esc". The same thing happens with the other two keys, "Home" and "Del". I did not sign the "Enter" in the Key Navigation, but why when the program is running, after I press any of the three keys, "Esc", "Home" or "Del", and then press "Enter", the program responses?

I have attached my simplified program. Any help will be appreciated.

Regards,

Steve

Download All
0 Kudos
Message 1 of 3
(1,505 Views)
Solution
Accepted by topic author Shijie

Your code works as expected (for the configured options). The program responds only after the 10s loop.

 

You would need to disable focus for all buttons so that the "Enter" key is not toggling the focussed button

santo_13_0-1657213380489.png

 

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
Message 2 of 3
(1,498 Views)

Thank you very much.

0 Kudos
Message 3 of 3
(1,490 Views)