Re: [Qemu-devel] [PATCH] gtk: Support keyboard translation for hosts running Windows

2014-01-20 Thread Paolo Bonzini
Il 19/01/2014 22:18, Stefan Weil ha scritto: > Ping^3. What is missing to get this patch applied? It was sent more than > a month ago (2012-12-07). You are Win32 maintainer, just send a pull request. Paolo

Re: [Qemu-devel] [PATCH] gtk: Support keyboard translation for hosts running Windows

2014-01-19 Thread Stefan Weil
Am 10.01.2014 20:02, schrieb Stefan Weil: > Am 18.12.2013 19:14, schrieb Stefan Weil: >> Am 07.12.2013 16:25, schrieb Stefan Weil: >>> GTK uses different hardware keycodes on Windows hosts, so some special >>> handling is needed to get the QEMU keycode. >>> >>> Signed-off-by: Stefan Weil >>> --- >

Re: [Qemu-devel] [PATCH] gtk: Support keyboard translation for hosts running Windows

2014-01-10 Thread Stefan Weil
Am 18.12.2013 19:14, schrieb Stefan Weil: > Am 07.12.2013 16:25, schrieb Stefan Weil: >> GTK uses different hardware keycodes on Windows hosts, so some special >> handling is needed to get the QEMU keycode. >> >> Signed-off-by: Stefan Weil >> --- >> ui/gtk.c | 18 +++--- >> 1 file c

Re: [Qemu-devel] [PATCH] gtk: Support keyboard translation for hosts running Windows

2013-12-18 Thread Stefan Weil
Am 18.12.2013 21:12, schrieb Stefan Weil: > I have no solution for the #ifndef MAPVK_VK_TO_VSC case. The code works > for me with Windows 7 and 8.1, but might work with older versions, too. > If someone has Windows XP, a test can be run with > http://qemu.weilnetz.de/w32/qemu-w32-setup-20131128.exe

Re: [Qemu-devel] [PATCH] gtk: Support keyboard translation for hosts running Windows

2013-12-18 Thread Stefan Weil
Am 18.12.2013 19:28, schrieb Andreas Färber: > Am 07.12.2013 16:25, schrieb Stefan Weil: >> GTK uses different hardware keycodes on Windows hosts, so some special >> handling is needed to get the QEMU keycode. >> >> Signed-off-by: Stefan Weil >> --- >> ui/gtk.c | 18 +++--- >> 1 fil

Re: [Qemu-devel] [PATCH] gtk: Support keyboard translation for hosts running Windows

2013-12-18 Thread Andreas Färber
Am 07.12.2013 16:25, schrieb Stefan Weil: > GTK uses different hardware keycodes on Windows hosts, so some special > handling is needed to get the QEMU keycode. > > Signed-off-by: Stefan Weil > --- > ui/gtk.c | 18 +++--- > 1 file changed, 15 insertions(+), 3 deletions(-) > > diff

Re: [Qemu-devel] [PATCH] gtk: Support keyboard translation for hosts running Windows

2013-12-18 Thread Stefan Weil
Am 07.12.2013 16:25, schrieb Stefan Weil: > GTK uses different hardware keycodes on Windows hosts, so some special > handling is needed to get the QEMU keycode. > > Signed-off-by: Stefan Weil > --- > ui/gtk.c | 18 +++--- > 1 file changed, 15 insertions(+), 3 deletions(-) > > diff -

[Qemu-devel] [PATCH] gtk: Support keyboard translation for hosts running Windows

2013-12-07 Thread Stefan Weil
GTK uses different hardware keycodes on Windows hosts, so some special handling is needed to get the QEMU keycode. Signed-off-by: Stefan Weil --- ui/gtk.c | 18 +++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/ui/gtk.c b/ui/gtk.c index 6316f5b..a633d89 100644 -