Skip to content

Commit 8c42dca

Browse files
author
msebolt
committed
acrolinx fix
1 parent a144cae commit 8c42dca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/windows/predefined-accelerator-keys.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ There are a number of predefined accelerator keys that may be part of a Windows
5454
|VK_OEM_MINUS|(Windows) For any country/region, the **-** key|
5555
|VK_OEM_PERIOD|(Windows) For any country/region, the **.** key|
5656
|VK_OEM_PLUS|(Windows) For any country/region, the **+** key|
57-
|VK_PACKET|(Windows) Used to pass Unicode characters as if they are keystrokes.|
57+
|VK_PACKET|(Windows) Used to pass Unicode characters as if they're keystrokes.|
5858
|VK_RCONTROL|**Right Ctrl** key|
5959
|VK_RMENU|**Right Menu** key|
6060
|VK_RSHIFT|**Right Shift** key|
@@ -67,7 +67,7 @@ There are a number of predefined accelerator keys that may be part of a Windows
6767

6868
## Accelerator Key Association
6969

70-
Many times, you want a menu item and a keyboard combination to issue the same program command. You do this by assigning the same resource identifier (ID) to the menu item and to an entry in your application's accelerator table. You then edit the menu item's caption to show the name of the accelerator. For more information on menu items and accelerator keys, see [Menu Commands](../windows/associating-a-menu-command-with-an-accelerator-key.md).
70+
Many times, you want a menu item and a keyboard combination to issue the same program command. You do this action by assigning the same resource identifier (ID) to the menu item and to an entry in your application's accelerator table. You then edit the menu item's caption to show the name of the accelerator. For more information on menu items and accelerator keys, see [Menu Commands](../windows/associating-a-menu-command-with-an-accelerator-key.md).
7171

7272
## Requirements
7373

0 commit comments

Comments
 (0)