Re: [Qemu-devel] [PATCH] Add support for a Send Key menu.

2016-07-11 Thread Programmingkid
On Jul 11, 2016, at 6:44 PM, Peter Maydell wrote: > On 11 July 2016 at 23:31, Programmingkid wrote: >> On Jul 11, 2016, at 6:28 PM, Peter Maydell wrote: >>> Do we have this feature in any of our other front end UIs? >>> I don't really want to get into adding features to the Cocoa >>> UI frontend

Re: [Qemu-devel] [PATCH] Add support for a Send Key menu.

2016-07-11 Thread Peter Maydell
On 11 July 2016 at 23:31, Programmingkid wrote: > On Jul 11, 2016, at 6:28 PM, Peter Maydell wrote: >> Do we have this feature in any of our other front end UIs? >> I don't really want to get into adding features to the Cocoa >> UI frontend that don't exist anywhere else. (We've had this >> discus

Re: [Qemu-devel] [PATCH] Add support for a Send Key menu.

2016-07-11 Thread Programmingkid
On Jul 11, 2016, at 6:28 PM, Peter Maydell wrote: > On 11 July 2016 at 23:20, Programmingkid wrote: >> Add a menu called "Send Key". It is populated with options the user supplies >> at >> runtime. The option works like this: -sendkeymenu :. The >> title can be anything you want. The values are

Re: [Qemu-devel] [PATCH] Add support for a Send Key menu.

2016-07-11 Thread Peter Maydell
On 11 July 2016 at 23:20, Programmingkid wrote: > Add a menu called "Send Key". It is populated with options the user supplies > at > runtime. The option works like this: -sendkeymenu :. The > title can be anything you want. The values are the hexadecimal values for the > keycodes. The title is a

[Qemu-devel] [PATCH] Add support for a Send Key menu.

2016-07-11 Thread Programmingkid
Add a menu called "Send Key". It is populated with options the user supplies at runtime. The option works like this: -sendkeymenu :. The title can be anything you want. The values are the hexadecimal values for the keycodes. The title is added to the menu as an menu item. The keycodes are sent to Q