diff options
Diffstat (limited to 'emulators/qemu/files/patch-x_keymap.c')
-rw-r--r-- | emulators/qemu/files/patch-x_keymap.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/emulators/qemu/files/patch-x_keymap.c b/emulators/qemu/files/patch-x_keymap.c new file mode 100644 index 000000000000..30b0454208c1 --- /dev/null +++ b/emulators/qemu/files/patch-x_keymap.c @@ -0,0 +1,14 @@ +Index: qemu/x_keymap.c +@@ -41,9 +41,9 @@ + 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 */ |