qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] qemu kbd emulation


From: Stuart Brady
Subject: Re: [Qemu-devel] qemu kbd emulation
Date: Wed, 28 Jun 2006 10:39:08 +0100
User-agent: Mutt/1.5.9i

On Wed, Jun 28, 2006 at 10:27:31AM +0200, Rafa?? Cygnarowski wrote:

> and it look that qemu does not generate some codes before 
> pressing and after releasing arrow keys. For example pressing 
> up key on qemu looks like:
> 
> 224 72 224 200
> 
> while without emulation it looks:
> 
> 224 42 224 72 224 200 224 170.

(e0 2a e0 48 e0 c8 e0 aa)

FWIW, 2a is the left shift key.

See http://www.win.tue.nl/~aeb/linux/kbd/scancodes.html
-- 
Stuart Brady




reply via email to

[Prev in Thread] Current Thread [Next in Thread]