Open topic with navigation
Creating shortcut keys for individual can help users move quickly from one to another on a . This feature can be especially useful when your tab order includes controls that routinely use a pre-defined default and seldom need user input, as the user can quickly move to the control that does require input.
You can assign a shortcut key to a control using one of the following methods.
To create a shortcut key using the control's text label
-
Double-click on the control you want in order to open the Control Properties dialog. Alternatively, select Properties from the control's .
-
In the Navigation Pane, select Text to open the Text property page.
-
If the properties on this page are not available for editing, click Show Text Label to enable a label for the control.
-
In the Text field, type the character "&" directly before the letter that you want to use as the shortcut key for the control.
-
Click Close to close the Control Properties dialog.
|
At print time, shortcut keys created on control labels are visible by pressing the Alt key; press the Alt key followed by the letter shown "underlined" in the label to move the form focus to that control.
|
To create a shortcut function key
-
Double-click on the control you want to open the Control Properties dialog. Alternatively, select Properties from the control's context menu.
-
In the Navigation Pane, select Data Entry to open the Data Entry property page.
-
In the dropdown list for Function Key, select the key that you want to assign to the control.
-
Click Close to close the Control Properties dialog.
|
At print time, press the shortcut function key to move the form focus to the control assigned that function key (for example, F4 or Shift+F4).
|