Re: [Qemu-devel] [Patch] AltGr on vnc and adding extra keys with no compiling

2007-08-27 Thread Ricardo
Hi all I find out that in DOS some programs didn't handle correctly the extended keyboard. Attach you will find a new patch with the bugs solved on the previous patch + this new bug. Regards On 8/27/07, Ricardo <[EMAIL PROTECTED]> wrote: > Hi > > I attach the new patch. PLEASE REMOVE TH

Re: [Qemu-devel] [Patch] AltGr on vnc and adding extra keys with no compiling

2007-08-27 Thread Ricardo
Hi I attach the new patch. PLEASE REMOVE THE OLD ONE!!!, I sent a completely wrong file :S (sorry). I have downloaded de cvs version and patched with this new file, wich solves: a) ISO_Level_3 is now correctly reconized as alt gr on vnc mode b) User can add its own keysym by number c)

Re: [Qemu-devel] [Patch] AltGr on vnc and adding extra keys with no compiling

2007-08-26 Thread Thiemo Seufer
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 d

[Qemu-devel] [Patch] AltGr on vnc and adding extra keys with no compiling

2007-08-24 Thread Ricardo
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