Peter Maydell ef2088f9af ui/cocoa.m: Send ctrl-alt key combos to guest if QEMU isn't using them
Send those ctrl-alt key combos that QEMU doesn't treat specially to
the guest rather than ignoring them.

All the case where we do special handling of ctrl-alt-X exit the
event handling using a "return" statement, so we can simply allow
the rest to fall through into the normal key handling by deleting
the now-spurious "else".

We take the opportunity to clean up some oddly-formatted and
now rather uninformative comments by removing them.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2017-11-07 10:14:14 +00:00
..
2017-10-17 10:25:42 +02:00
2017-10-17 10:25:42 +02:00
2017-07-27 14:23:09 +02:00
2017-08-31 12:29:07 +02:00
2017-09-19 14:09:34 +02:00
2017-09-13 10:15:43 +02:00
2017-06-23 11:50:46 +02:00
2017-10-17 10:25:42 +02:00
2017-06-22 11:34:39 +01:00
2017-07-27 14:23:09 +02:00
2017-08-31 12:29:07 +02:00
2017-05-12 12:34:31 +02:00