LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Change tabbing shortcut for controls

Solved!
Go to solution

Is there a way to change the tabbing shortcut to the Enter key, instead of using the Tab key? And is it possible to set the tabbing order for controls?  

 

Thanks,

Chris

0 Kudos
Message 1 of 3
(2,109 Views)
Solution
Accepted by topic author CLH239

I would advise against it as using the Tab key for navigation has been standardized for a long time.  But you could use the Key Down? filter event in an event stucture to modify a keys behaviour.  Specifically if someone hits the enter key pass 9 to Char and ASCII to VKey.  You could also use this to disable the tab key.

Message 2 of 3
(2,097 Views)

Thanks Don,

 

That was what I needed.

0 Kudos
Message 3 of 3
(2,085 Views)