Re: [Qemu-devel][PATCH] Re: AltGr keystrokes

2006-08-08 Thread Edu
Hi, Attached patch, in addition to Anthony's, improves VNC keyboard support for AltGr and extended characters. I've only modified Spanish "es" keymap, but should be trivial to update other keymaps in a similar manner. This is my first patch submission, so please be lenient :) Regards, Eduardo

Re: [Qemu-devel] Re: AltGr keystrokes

2006-08-02 Thread Edu
2006/8/2, Anthony Liguori <[EMAIL PROTECTED]>: You're right, I'll submit a patch to fix that. Let me know if it helps. Well, it indeed helps to some extent, but it's not enough. Tracking down the problem I've found out that modifiers after scancodes in keymap files are completely ignored in

[Qemu-devel] Re: AltGr keystrokes

2006-08-01 Thread Edu
Hi, I also have issues with extended characters in my keyboard layout when using VNC. Part of them seem to be caused by sign extension in function read_u32 from vnc.c, which should not be done. I need to do some more testing, though. Eduardo Felipe