mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
- Added the '<>|' key.
svn path=/trunk/; revision=9616
This commit is contained in:
parent
39ff6d3136
commit
3d8820b2b1
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ ROSDATA USHORT scancode_to_vk[] = {
|
|||
VK_SNAPSHOT,
|
||||
/* - 55 - */
|
||||
/* Oddities, and the remaining standard F-Keys */
|
||||
VK_EMPTY, VK_EMPTY, VK_F11, VK_F12,
|
||||
VK_EMPTY, VK_OEM_102, VK_F11, VK_F12,
|
||||
/* - 59 - */
|
||||
VK_CLEAR, VK_EMPTY, VK_EMPTY, VK_EMPTY, VK_EMPTY, /* EREOF */
|
||||
VK_EMPTY, VK_EMPTY, VK_EMPTY, VK_EMPTY, VK_EMPTY, /* ZOOM */
|
||||
|
|
Loading…
Reference in a new issue