[Qemu-devel] [PATCH 0/2] ui/cocoa.m: enable guest to see control-alt key combinations

John Arbuckle posted 2 patches 6 years, 7 months ago
Only 0 patches received!
There is a newer version of this series
ui/cocoa.m | 23 ++++++++++++++++-------
1 file changed, 16 insertions(+), 7 deletions(-)
[Qemu-devel] [PATCH 0/2] ui/cocoa.m: enable guest to see control-alt key combinations
Posted by John Arbuckle 6 years, 7 months ago
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 | 23 ++++++++++++++++-------
 1 file changed, 16 insertions(+), 7 deletions(-)

-- 
2.11.0 (Apple Git-81)