Skip to content

Latest commit

 

History

History
73 lines (60 loc) · 3 KB

File metadata and controls

73 lines (60 loc) · 3 KB
title Accelerator Editor | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
f1_keywords
vc.editors.accelerator.F1
dev_langs
C++
helpviewer_keywords
accelerator tables [C++], editing
tables [Visual Studio], accelerator key
accelerator keys
resource editors, Accelerator editor
keyboard shortcuts [C++], Accelerator editor
Accelerator editor
ms.assetid 013c30b6-5d61-4f1c-acef-8bd15bed7060
caps.latest.revision 12
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
ru-ru
zh-cn
zh-tw
translation.priority.mt
cs-cz
pl-pl
pt-br
tr-tr

Accelerator Editor

An accelerator table is a Windows resource that contains a list of accelerator keys (also known as shortcut keys) and the command identifiers that are associated with them. A program can have more than one accelerator table.

Normally, accelerators are used as keyboard shortcuts for program commands that are also available on a menu or toolbar. However, you can use the accelerator table to define key combinations for commands that don't have a user-interface object associated with them.

You can use Class View to hook accelerator key commands to code.

With the Accelerator editor, you can:

For information on adding resources to managed projects, please see Resources in Desktop Apps in the .NET Framework Developer's Guide. For information on manually adding resource files to managed projects, accessing resources, displaying static resources, and assigning resource strings to properties, see Creating Resource Files for Desktop Apps. For information on globalization and localization of resources in managed apps, see Globalizing and Localizing .NET Framework Applications.

Requirements

Win32

See Also

Resource Editors