qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Mac keyboard not supported


From: Phil Krylov
Subject: Re: [Qemu-devel] Mac keyboard not supported
Date: Sun, 2 Jan 2005 17:40:15 +0300

Hello Laurent,

Have a happy new year!

On Sat, 1 Jan 2005 19:20:50 +0100, Laurent Amon <address@hidden> wrote:

> In the meanwhile, I just ported my old patch (included) to the snapshot
> of a few days ago. It works with the french keyboard, and should work
> with any other international one (and even US). Use your usual language
> setting and start qemu without the '-k' argument.

With this patch, everything works just fine here - except CapsLock and A keys.

This piece of the patch doesn't seem to work as expected:

  case SDLK_a:          /* I just don't want to know why this is needed */
                        case 0x71:
                                keycode = 0x1e;
                                break;

--
Ph.




reply via email to

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