qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] ui/cocoa.m: enable guest to see control-alt key combinations
@ 2017-10-05 14:55 John Arbuckle
  2017-10-05 14:55 ` [Qemu-devel] [PATCH v2 1/2] ui/cocoa.m: move ungrab to ctrl-alt-g John Arbuckle
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: John Arbuckle @ 2017-10-05 14:55 UTC (permalink / raw)
  To: peter.maydell, qemu-devel; +Cc: John Arbuckle

Currently if the user needs to send a control-alt key combination, he or she was either out of luck or had to rely on the monitor's sendkey command to do so. With this patch the user can now directly send control-alt key combinations. This is great for Windows guest that may need the control-alt-delete key combination. 

John Arbuckle (2):
  move ungrab to ctrl-alt-g
  send ctrl-alt key combinations to guest if not used by QEMU

 ui/cocoa.m | 34 ++++++++++++++++------------------
 1 file changed, 16 insertions(+), 18 deletions(-)

--
v2 changes:
- changed logic to use existing if case
 
2.13.5 (Apple Git-94)

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-11-02 21:42 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-05 14:55 [Qemu-devel] [PATCH v2 0/2] ui/cocoa.m: enable guest to see control-alt key combinations John Arbuckle
2017-10-05 14:55 ` [Qemu-devel] [PATCH v2 1/2] ui/cocoa.m: move ungrab to ctrl-alt-g John Arbuckle
2017-11-02  9:10   ` Peter Maydell
2017-11-02 15:20     ` Programmingkid
2017-11-02 16:06       ` BALATON Zoltan
2017-11-02 21:42         ` Programmingkid
2017-11-02 16:09       ` Peter Maydell
2017-10-05 14:55 ` [Qemu-devel] [PATCH v2 2/2] ui/cocoa.m: send ctrl-alt key combinations to guest if not used by QEMU John Arbuckle
2017-10-31 14:38   ` Peter Maydell
2017-10-31 14:52     ` Peter Maydell
2017-11-01 15:11       ` Programmingkid
2017-10-05 16:39 ` [Qemu-devel] [PATCH v2 0/2] ui/cocoa.m: enable guest to see control-alt key combinations no-reply

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).