ACCELERATOR4 action attribute
The ACCELERATOR4
is an action attribute defining the fourth
accelerator key for an action.
Syntax 1 (Dialog action handlers):
There is no syntax to define accelerator #4 in dialog action handlers.
Syntax 2 (ACTION DEFAULTS
section in form files):
ACCELERATOR4 = {
key |
"key" }
Syntax 3 (Global .4ad action defaults file):
acceleratorName4 = "key"
- key defines the accelerator key. This can be a
combination of
CONTROL-
,SHIFT-
,ALT-
and letter or number. The string literal is allowed to define accelerators such as"*"
to specify an asterisk character.
Usage
The ACCELERATOR4
attribute defines the keyboard combination
that can be pressed by the user to send an action to the program.
This attribute is provided for specific cases, consider using only one accelerator per action.