For consistency, Vermont Views always uses KEY_F1 for the Help key. You can reassign the help function to any keycode that you desire by modifying the appropriate event tables. You should change all event tables that will be in use during your application.
The event tables that have a key assigned to the help function are as follows:
| FMETP | Data form event table |
| CLETP | Choice list event table |
| HELPETP | Help event table |
You can change the event table assignments by editing the header file that initializes the event tables, vv_glob.h, or by calling the event table functions. See Chapter 39, "Installing Event Functions and Modifying Event Tables," for information on how to modify the key assignments in event tables.