In Windows programming, an accelerator table allows an application to specify a list of accelerators (keyboard shortcuts) for menu items or other commands. For example, Ctrl+S is often used as a shortcut to the File→Save menu item, Ctrl+O is a common shortcut to the File→Open menu item, etc. An accelerator takes precedence over normal processing and can be a convenient way to program some event handling.
Accelerator tables are usually located in the resources section of the binary. Editors such as Resource Tuner are available that can modify the keystroke values and flags of the specific accelerator table.