From cb11558b75bc84cf6c824c94aad9b343fea1224b Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Wed, 16 Dec 2015 14:15:19 +0000 Subject: emulators/qemu: Update version 0.11.1=>2.4.1 - MASTER_SITES has been changed from SAVANNAH and local repo of nox@ to new wiki.qemu.org - Take MAINTAINERSHIP - Updated to maintain version release with UPSTREAM. qemu-devel will be updated to maintain with SNAPSHOTS - Some of the patches has been converted to OPTIONSNG with post-patch - Most of the patches are now makepatch compatible - Converted most of the LEGACY OPTIONS to OPTIONSNG --- emulators/qemu/files/patch-ui_x__keymap.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 emulators/qemu/files/patch-ui_x__keymap.c (limited to 'emulators/qemu/files/patch-ui_x__keymap.c') diff --git a/emulators/qemu/files/patch-ui_x__keymap.c b/emulators/qemu/files/patch-ui_x__keymap.c new file mode 100644 index 000000000000..7bb859dfd381 --- /dev/null +++ b/emulators/qemu/files/patch-ui_x__keymap.c @@ -0,0 +1,15 @@ +--- ui/x_keymap.c.orig 2015-12-16 00:59:05 UTC ++++ ui/x_keymap.c +@@ -43,9 +43,9 @@ static const uint8_t x_keycode_to_pc_key + 0xb5, /* 112 Divide */ + 0xb8, /* 113 Alt-R */ + 0xc6, /* 114 Break */ +- 0x0, /* 115 */ +- 0x0, /* 116 */ +- 0x0, /* 117 */ ++ 0xdb, /* 115 left windows key */ ++ 0xdc, /* 116 right windows key */ ++ 0xdd, /* 117 right menu key */ + 0x0, /* 118 */ + 0x0, /* 119 */ + 0x0, /* 120 */ -- cgit v1.2.3