Skip to content

Latest commit

 

History

History
103 lines (99 loc) · 3.74 KB

File metadata and controls

103 lines (99 loc) · 3.74 KB
title Predefined Accelerator Keys | 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
dev_langs
C++
helpviewer_keywords
accelerator keys
keyboard shortcuts
keyboard shortcuts, predefined
ms.assetid f234c5f2-4ec3-4c9e-834a-b5dd297625b9
caps.latest.revision 8
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

Predefined Accelerator Keys

There are a number of predefined accelerator keys that may be part of a Windows application project. Some of these virtual keys are for the Windows environment. Other support browsers or Unicode applications. You can use any of these keys in any accelerator.

Key Description
VK_ACCEPT IME accept
VK_BROWSER_BACK Windows: Browser Back key
VK_BROWSER_FAVORITES Windows: Browser Favorites key
VK_BROWSER_FORWARD Windows: Browser Forward key
VK_BROWSER_HOME Windows: Browser Start and Home key
VK_BROWSER_REFRESH Windows: Browser Refresh key
VK_BROWSER_SEARCH Windows: Browser Search key
VK_BROWSER_STOP Windows: Browser Stop key
VK_CONVERT IME convert
VK_FINAL IME final mode
VK_HANGUEL IME Hanguel mode (maintained for compatibility; use VK_HANGUL)
VK_HANGUL IME Hangul mode
VK_HANJA IME Hanja mode
VK_JUNJA IME Junja mode
VK_KANA IME Kana mode
VK_KANJI IME Kanji mode
VK_LAUNCH_APP1 Windows: Start Application 1 key
VK_LAUNCH_APP2 Windows: Start Application 2 key
VK_LAUNCH_MAIL Windows: Start Mail key
VK_LAUNCH_MEDIA_SELECT Windows: Select Media key
VK_LCONTROL Left CONTROL key
VK_LMENU Left MENU key
VK_LSHIFT Left SHIFT key
VK_MEDIA_NEXT_TRACK Windows: Next Track key
VK_MEDIA_PLAY_PAUSE Windows: Play/Pause Media key
VK_MEDIA_PREV_TRACK Windows: Previous Track key
VK_MEDIA_STOP Windows: Stop Media key
VK_MODECHANGE IME mode change request
VK_NONCONVERT IME nonconvert
VK_OEM_1 Windows: For the US standard keyboard, the ';:' key
VK_OEM_102 Windows: Either the angle bracket key or the backslash key on the RT 102-key keyboard
VK_OEM_2 Windows: For the US standard keyboard, the '/?' key
VK_OEM_3 Windows: For the US standard keyboard, the '`~' key
VK_OEM_4 Windows: For the US standard keyboard, the '[{' key
VK_OEM_5 Windows: For the US standard keyboard, the '\|' key
VK_OEM_6 Windows: For the US standard keyboard, the ']}' key
VK_OEM_7 Windows: For the US standard keyboard, the 'single-quote/double-quote' key
VK_OEM_COMMA Windows: For any country/region, the ',' key
VK_OEM_MINUS Windows: For any country/region, the '-' key
VK_OEM_PERIOD Windows: For any country/region, the '.' key
VK_OEM_PLUS Windows: For any country/region, the '+' key
VK_PACKET Windows: Used to pass Unicode characters as if they were keystrokes.
VK_RCONTROL Right CONTROL key
VK_RMENU Right MENU key
VK_RSHIFT Right SHIFT key
VK_SLEEP Computer Sleep key
VK_VOLUME_DOWN Windows: Volume Down key
VK_VOLUME_MUTE Windows: Volume Mute key
VK_VOLUME_UP Windows: Volume Up key
VK_XBUTTON1 Windows: X1 mouse button
VK_XBUTTON2 Windows: X2 mouse button

For information on adding resources to managed projects, please see Resources in Desktop Apps in the .NET Framework Developer's Guide.

Requirements

Win32

See Also

Accelerator Editor
Resource Editors