qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Thiemo Seufer <ths@networkno.de>
To: Ricardo <ricardo.ribalda@gmail.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [Patch] AltGr on vnc and adding extra keys with no compiling
Date: Sun, 26 Aug 2007 18:43:45 +0100	[thread overview]
Message-ID: <20070826174344.GB4499@networkno.de> (raw)
In-Reply-To: <aa76a2be0708231509y7dcc0afcu851d36f580ab94de@mail.gmail.com>

Ricardo wrote:
> Hi
> 
> On my keyboard Alt Gr is mapped to ISO_Level3_Shift. Using sdl it
> worked fine without any modification, but using vnc I was unable to
> use Alt Gr.
> I added a line on /usr/share/keymaps/modifiers refering to my key:
> 
> ISO_Level3_Shift 0xb8
> 
> But, unfortunately it didn't work....
> 
> Surfing on the qemu code, I realized that the ISO_Level3_Shitf wasn't
> declared on the vnc_keysym.h file. So I added this line to that file:
> 
> {"ISO_Level3_Shift", 0xfe03}, /* ISO_Level3
> 
> And finally Alt Gr worked!
> 
> 
> I think that it should be a good idea to allow the user to add keysym
> manually by number and name. Instead of just name. This will allow to
> add keysyms with no qemu recompiling. this can be done very easilly.
> Just modfying get_keysym on keymaps.c
> 
> 
> I attach a pacth with this two improves.

Thanks. Please update it for current CVS and resend.


Thiemo

  reply	other threads:[~2007-08-27  1:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-23 22:09 [Qemu-devel] [Patch] AltGr on vnc and adding extra keys with no compiling Ricardo
2007-08-26 17:43 ` Thiemo Seufer [this message]
2007-08-27 19:19   ` Ricardo
2007-08-28  4:28     ` Ricardo

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=20070826174344.GB4499@networkno.de \
    --to=ths@networkno.de \
    --cc=qemu-devel@nongnu.org \
    --cc=ricardo.ribalda@gmail.com \
    /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).