From 3d8820b2b15f7dc43ceaa90c80398e22f47ffc8d Mon Sep 17 00:00:00 2001 From: Hartmut Birr Date: Sat, 5 Jun 2004 09:08:58 +0000 Subject: [PATCH] - Added the '<>|' key. svn path=/trunk/; revision=9616 --- reactos/lib/kbdgr/kbdgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/kbdgr/kbdgr.c b/reactos/lib/kbdgr/kbdgr.c index a530e9ab6ae..a2f0e6d5a78 100644 --- a/reactos/lib/kbdgr/kbdgr.c +++ b/reactos/lib/kbdgr/kbdgr.c @@ -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 */