Re: [Qemu-devel] [PATCH v4] Add ability for user to specify mouse ungrab key

2018-01-15 Thread Daniel P. Berrange
On Fri, Jan 12, 2018 at 10:15:24PM -0500, Programmingkid wrote: > > > On Jan 10, 2018, at 11:14 AM, Daniel P. Berrange > > wrote: > > > > On Tue, Dec 26, 2017 at 08:14:28PM -0500, John Arbuckle wrote: > >> Currently the ungrab keys for the Cocoa and GTK interface are > >> Control-Alt-g. > >> T

Re: [Qemu-devel] [PATCH v4] Add ability for user to specify mouse ungrab key

2018-01-12 Thread Programmingkid
> On Jan 10, 2018, at 11:14 AM, Daniel P. Berrange wrote: > > On Tue, Dec 26, 2017 at 08:14:28PM -0500, John Arbuckle wrote: >> Currently the ungrab keys for the Cocoa and GTK interface are Control-Alt-g. >> This combination may not be very fun for the user to have to enter, so we >> now enable

Re: [Qemu-devel] [PATCH v4] Add ability for user to specify mouse ungrab key

2018-01-10 Thread Daniel P. Berrange
On Tue, Dec 26, 2017 at 08:14:28PM -0500, John Arbuckle wrote: > Currently the ungrab keys for the Cocoa and GTK interface are Control-Alt-g. > This combination may not be very fun for the user to have to enter, so we > now enable the user to specify their own key(s) as the ungrab key(s). The > lis

Re: [Qemu-devel] [PATCH v4] Add ability for user to specify mouse ungrab key

2017-12-27 Thread no-reply
Hi, This series failed build test on s390x host. Please find the details below. Type: series Message-id: 20171227011428.40996-1-programmingk...@gmail.com Subject: [Qemu-devel] [PATCH v4] Add ability for user to specify mouse ungrab key === TEST SCRIPT BEGIN === #!/bin/bash # Testing script

Re: [Qemu-devel] [PATCH v4] Add ability for user to specify mouse ungrab key

2017-12-27 Thread no-reply
Hi, This series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Type: series Message-id: 20171227011428.40996-1-programmingk...@gmail.com Subject: [Qemu-devel] [PATCH v4] Add ability for

[Qemu-devel] [PATCH v4] Add ability for user to specify mouse ungrab key

2017-12-26 Thread John Arbuckle
Currently the ungrab keys for the Cocoa and GTK interface are Control-Alt-g. This combination may not be very fun for the user to have to enter, so we now enable the user to specify their own key(s) as the ungrab key(s). The list of keys that can be used is found in the file qapi/ui.json under QKey