Re: [Qemu-devel] [PATCH 4/5] gtk: Fix zoom in accelerator

2014-04-25 Thread Cole Robinson
On 04/25/2014 05:09 AM, Gerd Hoffmann wrote: > On Do, 2014-04-24 at 13:35 -0400, Cole Robinson wrote: >> The accelerator was ctrl+shift+'+', but '+' required a shift key already, >> so the accelerator didn't trigger. Switch it to ctrl+shift+'=' > > Hmm? For me the accelerator is ctrl+alt. > > Al

Re: [Qemu-devel] [PATCH 4/5] gtk: Fix zoom in accelerator

2014-04-25 Thread Gerd Hoffmann
On Do, 2014-04-24 at 13:35 -0400, Cole Robinson wrote: > The accelerator was ctrl+shift+'+', but '+' required a shift key already, > so the accelerator didn't trigger. Switch it to ctrl+shift+'=' Hmm? For me the accelerator is ctrl+alt. Also which keys need shift and which don't depends on the k

[Qemu-devel] [PATCH 4/5] gtk: Fix zoom in accelerator

2014-04-24 Thread Cole Robinson
The accelerator was ctrl+shift+'+', but '+' required a shift key already, so the accelerator didn't trigger. Switch it to ctrl+shift+'=' Signed-off-by: Cole Robinson --- ui/gtk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/gtk.c b/ui/gtk.c index 117b0eb..45a61da 10