Re: [Qemu-devel] [PATCH 2/2] Count "logo" keys as modifier keys

2010-05-05 Thread Anthony Liguori
On 05/04/2010 11:17 PM, Brad Jorsch wrote: These are often mapped to Meta on Linux. And I for one use Meta-Tab as the equivalent of Windows's Alt-Tab, so not having it marked as a modifier leaves the guest thinking it's permanently pressed. Signed-off-by: Brad Jorsch Seems reasonable. Reg

[Qemu-devel] [PATCH 2/2] Count "logo" keys as modifier keys

2010-05-05 Thread Brad Jorsch
These are often mapped to Meta on Linux. And I for one use Meta-Tab as the equivalent of Windows's Alt-Tab, so not having it marked as a modifier leaves the guest thinking it's permanently pressed. Signed-off-by: Brad Jorsch --- sdl.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)