From patchwork Mon May 14 21:31:37 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Added keycodes for MS-Windows Keyboards Date: Mon, 14 May 2012 11:31:37 -0000 From: Erik Rull X-Patchwork-Id: 159201 Message-Id: <4FB179B9.9090502@rdsoftware.de> To: "qemu-devel@nongnu.org" Keys for MS-Windows Keyboards (left / right Win Key, Context Key) were not working in SDL / VNC environments, this patch fixes it. Signed-off-by: Erik Rull --- ui/x_keymap.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) -- 1.7.2.5 diff --git a/ui/x_keymap.c b/ui/x_keymap.c index b9b0944..4efac0d 100644 --- a/ui/x_keymap.c +++ b/ui/x_keymap.c @@ -43,9 +43,9 @@ static const uint8_t x_keycode_to_pc_keycode[115] = { 0xb5, /* 112 Divide */ 0xb8, /* 113 Alt-R */ 0xc6, /* 114 Break */ - 0x0, /* 115 */ - 0x0, /* 116 */ - 0x0, /* 117 */ + 0xdb, /* 115 */ + 0xdc, /* 116 */ + 0xdd, /* 117 */ 0x0, /* 118 */ 0x0, /* 119 */ 0x0, /* 120 */