From e44e3482bdb4d0ebde2d8b41830ac2cdb07948fb Mon Sep 17 00:00:00 2001 From: Yang Zhang Date: Fri, 28 Aug 2015 09:58:54 +0800 Subject: Add qemu 2.4.0 Change-Id: Ic99cbad4b61f8b127b7dc74d04576c0bcbaaf4f5 Signed-off-by: Yang Zhang --- qemu/pc-bios/keymaps/modifiers | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 qemu/pc-bios/keymaps/modifiers (limited to 'qemu/pc-bios/keymaps/modifiers') diff --git a/qemu/pc-bios/keymaps/modifiers b/qemu/pc-bios/keymaps/modifiers new file mode 100644 index 000000000..d73b7a663 --- /dev/null +++ b/qemu/pc-bios/keymaps/modifiers @@ -0,0 +1,18 @@ +Shift_R 0x36 +Shift_L 0x2a + +Alt_R 0xb8 +Mode_switch 0xb8 +ISO_Level3_Shift 0xb8 +Alt_L 0x38 + +Control_R 0x9d +Control_L 0x1d + +# Translate Super to Windows keys. +# This is hardcoded. See documentation for details. +Super_R 0xdc +Super_L 0xdb + +# Translate Menu to the Windows Application key. +Menu 0xdd -- cgit 1.2.3-korg