qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Lee" <linuxtwidler@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH] windows keys
Date: Fri, 4 Feb 2005 16:48:06 -0600 (CST)	[thread overview]
Message-ID: <39617.64.244.234.131.1107557286.squirrel@64.244.234.131> (raw)

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


Hello List,

Attached is a patch for the sdl.c file to enable the windows-specific keys
(left windows key, right windows key, menu button) to function inside
windows 2000.


FILE: sdl.c
CVS VERSION: 1.21




-- 
Lee
linuxtwidler@gmail.com

[-- Attachment #2: windows-buttons.patch --]
[-- Type: application/octet-stream, Size: 557 bytes --]

--- qemu-original/sdl.c	2005-01-17 16:32:23.000000000 -0600
+++ qemu/sdl.c	2005-02-04 16:26:52.000000000 -0600
@@ -115,9 +115,9 @@
    0xb5,      /* 112  Divide */
    0xb8,      /* 113  Alt-R  */
    0xc6,      /* 114  Break  */   
-   0x0,         /* 115 */
-   0x0,         /* 116 */
-   0x0,         /* 117 */
+   0xdb,         /* 115 windows left button */
+   0xdc,         /* 116 windows right button */
+   0xdd,         /* 117 right menu button */
    0x0,         /* 118 */
    0x0,         /* 119 */
    0x70,         /* 120 Hiragana_Katakana */

             reply	other threads:[~2005-02-04 23:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-04 22:48 Lee [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-02-26 21:31 [Qemu-devel] [PATCH] Windows keys olig9

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=39617.64.244.234.131.1107557286.squirrel@64.244.234.131 \
    --to=linuxtwidler@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).