[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-devel] [PATCH] Fix typo in ISO_Level3_Shift patch
- To: Cédric Schieli <cschieli@xxxxxxxxx>, xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
- From: Keir Fraser <Keir.Fraser@xxxxxxxxxxxx>
- Date: Mon, 07 May 2007 13:41:00 +0100
- Delivery-date: Mon, 07 May 2007 05:37:41 -0700
- List-id: Xen developer discussion <xen-devel.lists.xensource.com>
- Thread-index: AceQpPc3NZNbvvyYEdu5fwAWy6hiGQ==
- Thread-topic: [Xen-devel] [PATCH] Fix typo in ISO_Level3_Shift patch
I applied the original patch by hand, stared at the two modified lines, and convinced myself they were entered right. Very weird I still managed to screw it up!
-- Keir
On 7/5/07 12:46, "Cédric Schieli" <cschieli@xxxxxxxxx> wrote:
There is a typo in the ISO_Level3_Shift patch which prevent AltGr key to work.
This is a trivial fix.
Signed-off-by: Cédric Schieli <cschieli@xxxxxxxxx>
--- a/tools/ioemu/keymaps/modifiers Sun May 06 00:27:22 2007 +0100
+++ b/tools/ioemu/keymaps/modifiers Mon May 07 13:42:49 2007 +0200
@@ -3,7 +3,7 @@ Shift_L 0x2a
Alt_R 0xb8
Mode_switch 0xb8
-ISO_Level3_Switch 0xb8
+ISO_Level3_Shift 0xb8
Alt_L 0x38
Control_R 0x9d
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|