07-07-2022 11:52 AM
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
Solved! Go to Solution.
07-07-2022 12:03 PM
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
07-07-2022 12:08 PM
Thank you very much.