Re: [Qemu-devel] [PATCH v2] gtk: Fix accelerator filtering

2013-07-17 Thread Jan Kiszka
On 2013-05-08 00:42, Jan Kiszka wrote: On 2013-05-07 23:03, Jordan Justen wrote: On Sun, Mar 24, 2013 at 11:06 AM, Jan Kiszka jan.kis...@web.de wrote: On 2013-02-25 16:44, Jan Kiszka wrote: On 2013-02-25 16:39, Anthony Liguori wrote: Jan Kiszka jan.kis...@siemens.com writes: This is in fact

Re: [Qemu-devel] [PATCH v2] gtk: Fix accelerator filtering

2013-07-17 Thread Anthony Liguori
Jan Kiszka jan.kis...@web.de writes: On 2013-05-08 00:42, Jan Kiszka wrote: On 2013-05-07 23:03, Jordan Justen wrote: Yeah, this bug should really be fixed in some way before 1.5 is released because GTK will be default. Anthony, what is the status of your experiments with alternative

Re: [Qemu-devel] [PATCH v2] gtk: Fix accelerator filtering

2013-05-07 Thread Jordan Justen
On Sun, Mar 24, 2013 at 11:06 AM, Jan Kiszka jan.kis...@web.de wrote: On 2013-02-25 16:44, Jan Kiszka wrote: On 2013-02-25 16:39, Anthony Liguori wrote: Jan Kiszka jan.kis...@siemens.com writes: This is in fact very simply: When the input in grabbed, everything should be exclusively passed

Re: [Qemu-devel] [PATCH v2] gtk: Fix accelerator filtering

2013-05-07 Thread Jan Kiszka
On 2013-05-07 23:03, Jordan Justen wrote: On Sun, Mar 24, 2013 at 11:06 AM, Jan Kiszka jan.kis...@web.de wrote: On 2013-02-25 16:44, Jan Kiszka wrote: On 2013-02-25 16:39, Anthony Liguori wrote: Jan Kiszka jan.kis...@siemens.com writes: This is in fact very simply: When the input in grabbed,

Re: [Qemu-devel] [PATCH v2] gtk: Fix accelerator filtering

2013-03-25 Thread Anthony Liguori
Jan Kiszka jan.kis...@web.de writes: On 2013-02-25 16:44, Jan Kiszka wrote: On 2013-02-25 16:39, Anthony Liguori wrote: Jan Kiszka jan.kis...@siemens.com writes: This is in fact very simply: When the input in grabbed, everything should be exclusively passed to the guest - except it has our

Re: [Qemu-devel] [PATCH v2] gtk: Fix accelerator filtering

2013-03-24 Thread Jan Kiszka
On 2013-02-25 16:44, Jan Kiszka wrote: On 2013-02-25 16:39, Anthony Liguori wrote: Jan Kiszka jan.kis...@siemens.com writes: This is in fact very simply: When the input in grabbed, everything should be exclusively passed to the guest - except it has our magic CTRL-ALT modifier set. Then let

[Qemu-devel] [PATCH v2] gtk: Fix accelerator filtering

2013-02-25 Thread Jan Kiszka
This is in fact very simply: When the input in grabbed, everything should be exclusively passed to the guest - except it has our magic CTRL-ALT modifier set. Then let GTK filter out those accels that are in use. When checking the modifier state, we just need to filter out NUM and CAPS lock.

Re: [Qemu-devel] [PATCH v2] gtk: Fix accelerator filtering

2013-02-25 Thread Anthony Liguori
Jan Kiszka jan.kis...@siemens.com writes: This is in fact very simply: When the input in grabbed, everything should be exclusively passed to the guest - except it has our magic CTRL-ALT modifier set. Then let GTK filter out those accels that are in use. When checking the modifier state, we

Re: [Qemu-devel] [PATCH v2] gtk: Fix accelerator filtering

2013-02-25 Thread Jan Kiszka
On 2013-02-25 16:39, Anthony Liguori wrote: Jan Kiszka jan.kis...@siemens.com writes: This is in fact very simply: When the input in grabbed, everything should be exclusively passed to the guest - except it has our magic CTRL-ALT modifier set. Then let GTK filter out those accels that are in