Understanding Hot Keys

This chapter provides overviews of application-defined hot keys, predefined hot keys, and exit hot keys, and discusses how to define hot keys.

Hot keys are key stroke combinations, such as CTRL+ALT+V to save, that users can use instead of a mouse click to perform a Button Clicked event. In a JD Edwards EnterpriseOne application, most hot keys are reserved for system use.

Click to jump to parent topicSystem-Defined Push Button Hot Keys

There is a set of push button hot keys that are created by the system when you use any of certain predefined text strings on a push button.

See Understanding Hot Keys.

Click to jump to parent topicSystem-Defined Toolbar Button Hot Keys

There is another set of push button hot keys that are created by the system in JD Edwards EnterpriseOne forms.

See Button Hot Keys.

Click to jump to parent topicApplication-Defined Hot Keys

The hot keys that you can define in your applications are:

Click to jump to parent topicDefining a Hot Key in Your Application

To define a hot key, insert an ampersand before the letter that you want to set as the hot key in the Title property for the button that will have the hot key. You can set the definition from either the properties dialog or from the properties panel. The letter you define is then underlined in your application. Hot keys are governed by these rules:

When you use the properties dialog to define the hot key and violate one of these rules, the system displays an error message and does not save the definition. However, when you use the properties panel to define the hot key, and violate a rule, no error message box is displayed. FDA ignores your definition (it is not saved).