ACCELTABLE Statement

The ACCELTABLE statement defines a table of accelerator keys for an application.

An accelerator is a keystroke defined by the application to give the user a quick way to perform a task. The WinGetMsg function automatically translates accelerator messages from the application queue into WM_COMMAND, WM_HELP, or WM_SYSCOMMAND messages.

The ACCELTABLE statement has the form:

 ───ACCELTABLE──┬──────┬────┬───────────┬───
                  └──id──┘    └─memoption─┘

 ────BEGIN───────────────────────────────────

   ┌────────────────────────────────────────┐
   │                        ┌──────,───────┐│
                                         ││
 ──┬───────┬─,─┬─────┬──,────acceloption──┴┴─
    └keyval─┘   └─cmd─┘

 ────END───