From b1cf569556a4ae07eb07f602433cd95b8110edd8 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Fri, 27 Aug 2010 05:43:57 -0700 Subject: Add keymap files needed by the VNC implementation. This allows us to connect to the qemu-android "core" emulation program through VNC easily. Change-Id: I9855d12aea39335e5c1b6958022a74b1d073d305 --- pc-bios/keymaps/modifiers | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 pc-bios/keymaps/modifiers (limited to 'pc-bios/keymaps/modifiers') diff --git a/pc-bios/keymaps/modifiers b/pc-bios/keymaps/modifiers new file mode 100644 index 0000000..d73b7a6 --- /dev/null +++ b/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 v1.1