qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Mac OSX keyboard patch (2)
@ 2004-07-20  9:34 Laurent Amon
  2004-07-20 10:06 ` [Qemu-devel] Mac OSX keyboard patch (2, patch included) Laurent Amon
  0 siblings, 1 reply; 2+ messages in thread
From: Laurent Amon @ 2004-07-20  9:34 UTC (permalink / raw)
  To: qemu-devel

I just notices I was missing one key (MK_a) on my Apple keyboard patch.
The following additional patch should restore this... I hope. It works on my
AZERTY keyboard when using both french and US mapping. I'd like somebody with a
QWERTY keyboard to make sure, though.

Regards,

Lga.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] Mac OSX keyboard patch (2, patch included)
  2004-07-20  9:34 [Qemu-devel] Mac OSX keyboard patch (2) Laurent Amon
@ 2004-07-20 10:06 ` Laurent Amon
  0 siblings, 0 replies; 2+ messages in thread
From: Laurent Amon @ 2004-07-20 10:06 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 413 bytes --]

Selon Laurent Amon <amon@stanfordalumni.org>:

> I just notices I was missing one key (MK_a) on my Apple keyboard patch.
> The following additional patch should restore this... I hope. It works on my
> AZERTY keyboard when using both french and US mapping. I'd like somebody with
> a
> QWERTY keyboard to make sure, though.
>
> Regards,
>
> Lga.
>

I forgot to join the patch, sorry.

Here it is.

[-- Attachment #2: MK_a.patch --]
[-- Type: application/octet-stream, Size: 391 bytes --]

*** qemu/sdl.c.orig	Mon Jul 19 23:09:51 2004
--- qemu/sdl.c	Tue Jul 20 11:22:54 2004
***************
*** 420,425 ****
--- 420,428 ----
   			case SDLK_LMETA:
   				keycode = 0x56;
   			case SDLK_a:          /* I just don't want to know why this is needed */
+ #if defined __APPLE__
+ 			case 0x71:          /* Me, I know :-) */
+ #endif
   				keycode = 0x1e;
   				break;
   			default:

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-07-20 10:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-20  9:34 [Qemu-devel] Mac OSX keyboard patch (2) Laurent Amon
2004-07-20 10:06 ` [Qemu-devel] Mac OSX keyboard patch (2, patch included) Laurent Amon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).