Re: [Spice-devel] spice html5 keyboard issues

2013-10-21 Thread Karim Boumedhel
-André Lureau [mlur...@redhat.com] Received: Viernes, 18 Oct 2013, 17:10 To: Karim Boumedhel [ka...@redhat.com] CC: spice-devel@lists.freedesktop.org Subject: Re: [Spice-devel] spice html5 keyboard issues - Original Message - > well that s weird, im using firefox too > and add the m

Re: [Spice-devel] spice html5 keyboard issues

2013-10-20 Thread Dietmar Maurer
> > While this is not perfect, it would be far better than what we have now. > > > "Far better", in what way? Wouldn't it have the same limitations, using a us > layout -> scancode table? I know it's configurable at qemu side, but that's > not > per client, so it would be US anyway. We (and man

Re: [Spice-devel] spice html5 keyboard issues

2013-10-20 Thread Marc-André Lureau
On Sat, Oct 19, 2013 at 7:49 AM, Dietmar Maurer wrote: >> I understand. you are sending keysym, and avoid the layout and hw scancode... >> But Spice, in general, is talking to a VM, and currently only via scancodes. >> >> Quite clearly, I understand that using the agent and XTest, input-methdod or

Re: [Spice-devel] spice html5 keyboard issues

2013-10-18 Thread Dietmar Maurer
> I understand. you are sending keysym, and avoid the layout and hw scancode... > But Spice, in general, is talking to a VM, and currently only via scancodes. > > Quite clearly, I understand that using the agent and XTest, input-methdod or > accessible-technology will avoid the hw layer altogether

Re: [Spice-devel] spice html5 keyboard issues

2013-10-18 Thread Marc-André Lureau
- Original Message - > > > Besides, I still not understand how that should work. You (Marc) told > > > me that it is easy to get the correct scancodes, but the sources > > > contain the following comment: > > > > Did I? I don't remember the context. > > Again, my keysym patches provides

Re: [Spice-devel] spice html5 keyboard issues

2013-10-18 Thread Dietmar Maurer
> > Besides, I still not understand how that should work. You (Marc) told > > me that it is easy to get the correct scancodes, but the sources > > contain the following comment: > > Did I? I don't remember the context. Again, my keysym patches provides a workaround for that problem. > > > > "**

Re: [Spice-devel] spice html5 keyboard issues

2013-10-18 Thread Marc-André Lureau
- Original Message - > > > well that s weird, im using firefox too and add the mapping there, but > > > wouldnt work. the following change solves the problem for me though > > > /firefox_scanmap[173] = 0x4a;/ > > > > Ah, then it was fixed some time ago: > > http://cgit.f

Re: [Spice-devel] spice html5 keyboard issues

2013-10-18 Thread Dietmar Maurer
> > well that s weird, im using firefox too and add the mapping there, but > > wouldnt work. the following change solves the problem for me though > > /firefox_scanmap[173] = 0x4a;/ > > Ah, then it was fixed some time ago: > http://cgit.freedesktop.org/spice/spice- > html5/commit/

Re: [Spice-devel] spice html5 keyboard issues

2013-10-18 Thread Marc-André Lureau
- Original Message - > well that s weird, im using firefox too > and add the mapping there, but wouldnt work. the following change solves > the problem for me though > /firefox_scanmap[173] = 0x4a;/ Ah, then it was fixed some time ago: http://cgit.freedesktop.org/spice/s

Re: [Spice-devel] spice html5 keyboard issues

2013-10-18 Thread Karim Boumedhel
well that s weird, im using firefox too and add the mapping there, but wouldnt work. the following change solves the problem for me though firefox_scanmap[173]  = 0x4a; regards, On 10/18/2013 05:00 PM, Marc-André Lureau wrote:

Re: [Spice-devel] spice html5 keyboard issues

2013-10-18 Thread Marc-André Lureau
- Original Message - > hi List, > I get a "no map for 173" error when touching the minus key on recent browsers > and on a spanish browser. > I know there are known issues regarding translation of web key codes into > scan codes and am eager to help solving this , a precedent thread point

[Spice-devel] spice html5 keyboard issues

2013-10-16 Thread Karim Boumedhel
hi List, I get a "no map for 173" error when touching the minus key on recent browsers and on a spanish browser. I know there are known issues regarding translation of web key codes into scan codes and am eager to help solving this , a precedent thread pointed editing