Re: [Qemu-devel] vnc with german keymap

2007-07-07 Thread Eduardo Felipe
2007/7/6, Juergen Lock <[EMAIL PROTECTED]>: On Thu, Jul 05, 2007 at 10:42:03AM +0200, Eduardo Felipe wrote: > Your VNC client probably sends deadkey messages... or maybe I have a > complicated way to handle simple things :) Yup, I tested with tightvnc-1.3.8. I've tried tightvnc and it does

Re: [Qemu-devel] vnc with german keymap

2007-07-05 Thread Eduardo Felipe
2007/7/4, Juergen Lock <[EMAIL PROTECTED]>: Ah, thanx, I didnt see that one! :) I have a qeuestion tho: does this patch do deadkey handling on the host? Yes. IIRC I needed that because some VNC clients I tested didn't send dead keys to the server. They just waited for a full character to be

Re: [Qemu-devel] vnc with german keymap

2007-07-04 Thread Juergen Lock
In article <[EMAIL PROTECTED]> you write: >-=-=-=-=-=- > >Hi, > >Some time ago I made a patch to handle keyboard localization for vnc: > >http://lists.gnu.org/archive/html/qemu-devel/2006-08/msg00129.html > >It is outdated and most probably won't apply to current CVS, but with some >tweaking it can

Re: [Qemu-devel] vnc with german keymap

2007-07-04 Thread Eduardo Felipe
Hi, Some time ago I made a patch to handle keyboard localization for vnc: http://lists.gnu.org/archive/html/qemu-devel/2006-08/msg00129.html It is outdated and most probably won't apply to current CVS, but with some tweaking it can improve things a bit. Regads, Eduardo Felipe 2007/7/4, Juerg

[Qemu-devel] vnc with german keymap

2007-07-03 Thread Juergen Lock
Hi! I got a report yesterday of -vnc not working right with german keymaps (I hadn't really played with -vnc yet so I hadn't noticed), and came up with the following hack: (which still needs -k de, that just wasn't enough) Index: qemu/vnc.c @@ -763,7 +763,31 @@ { int keycode; +#if 1 +