LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

I want to access some of my function with keystrokes

I want to reach some functions using keystrokes. The reason is that these functions should be hidden for customers (I dont want to place them in a menu). What is the mest method to use?
0 Kudos
Message 1 of 2
(2,596 Views)
You can capture the keyboard events on the panel and check for which key was pressed, then respond appropriately. You would be using the EVENT_KEYPRESS in a panel callback.

Best Regards,

Chris Matthews
National Instruments
0 Kudos
Message 2 of 2
(2,596 Views)