Re: [Qemu-devel] Command-line option to change ungrab key(s)

2017-11-14 Thread Gerd Hoffmann
Hi, > > Certainly not this way. > > Did you have an idea on how something like this should look like? This > feature would only change the old mouse ungrab keys to a > user-specified one. So the basic algorithm would be change the text > that displays at the top of the QEMU window to say (Press

Re: [Qemu-devel] Command-line option to change ungrab key(s)

2017-11-14 Thread Programmingkid
> On Nov 14, 2017, at 2:21 AM, Gerd Hoffmann wrote: > > Hi, > > Would this feature be something you would consider adding to QEMU? As context, virt-manager allows customization for the ungrab sequence, and so do spice-gtk/gtk-vnc at the API level. So conceptually I think it

Re: [Qemu-devel] Command-line option to change ungrab key(s)

2017-11-13 Thread Gerd Hoffmann
Hi, > >>> Would this feature be something you would consider adding to QEMU? > >> > >> As context, virt-manager allows customization for the ungrab sequence, and > >> so do spice-gtk/gtk-vnc at the API level. So conceptually I think it is > >> reasonable for any UI console that is intended as m

Re: [Qemu-devel] Command-line option to change ungrab key(s)

2017-11-13 Thread Programmingkid
> On Nov 13, 2017, at 10:20 AM, Marc-André Lureau > wrote: > > Hi > > On Mon, Nov 13, 2017 at 3:50 PM, Daniel P. Berrange > wrote: >> On Mon, Nov 13, 2017 at 09:29:25AM -0500, Programmingkid wrote: >>> Would you accept a patch that allows the user to change the mouse ungrab >>> key(s) in QE

Re: [Qemu-devel] Command-line option to change ungrab key(s)

2017-11-13 Thread Marc-André Lureau
Hi On Mon, Nov 13, 2017 at 3:50 PM, Daniel P. Berrange wrote: > On Mon, Nov 13, 2017 at 09:29:25AM -0500, Programmingkid wrote: >> Would you accept a patch that allows the user to change the mouse ungrab >> key(s) in QEMU? >> >> It would look something like this: >> >> -ungrab >> >> or >> >> -u

Re: [Qemu-devel] Command-line option to change ungrab key(s)

2017-11-13 Thread Daniel P. Berrange
On Mon, Nov 13, 2017 at 09:29:25AM -0500, Programmingkid wrote: > Would you accept a patch that allows the user to change the mouse ungrab > key(s) in QEMU? > > It would look something like this: > > -ungrab > > or > > -ungrab ,,... > > If the user wanted the F19 key to be the ungrab key,

Re: [Qemu-devel] Command-line option to change ungrab key(s)

2017-11-13 Thread Peter Maydell
On 13 November 2017 at 14:29, Programmingkid wrote: > Would you accept a patch that allows the user to change the mouse ungrab > key(s) in QEMU? > > It would look something like this: > > -ungrab > > or > > -ungrab ,,... > > If the user wanted the F19 key to be the ungrab key, this is what would

[Qemu-devel] Command-line option to change ungrab key(s)

2017-11-13 Thread Programmingkid
Would you accept a patch that allows the user to change the mouse ungrab key(s) in QEMU? It would look something like this: -ungrab or -ungrab ,,... If the user wanted the F19 key to be the ungrab key, this is what would be sent to QEMU: -ungrab F19 If the user wanted F16 and F17 held