On 7 November 2017 at 10:15, Peter Maydell <peter.mayd...@linaro.org> wrote: > Cocoa patches for rc0. > > The following changes since commit 299d1ea9bb56bd9f45f905125489bdd7d543a1aa: > > Merge remote-tracking branch 'remotes/yongbok/tags/mips-20171106' into > staging (2017-11-06 16:13:10 +0000) > > are available in the git repository at: > > git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-cocoa-20171107 > > for you to fetch changes up to ef2088f9af16d3a19f5f094da160dd8ba52231a9: > > ui/cocoa.m: Send ctrl-alt key combos to guest if QEMU isn't using them > (2017-11-07 10:14:14 +0000) > > ---------------------------------------------------------------- > cocoa queue: > * make scrolling work in GUI monitor windows > * change ungrab to ctrl-alt-g (matching gtk) > * pass unused ctrl-alt combos to guest > > ---------------------------------------------------------------- > John Arbuckle (2): > ui/cocoa.m: Make scrolling work again in GUI monitor windows > ui/cocoa.m: move ungrab to ctrl-alt-g > > Peter Maydell (1): > ui/cocoa.m: Send ctrl-alt key combos to guest if QEMU isn't using them > > ui/cocoa.m | 135 > +++++++++++++++++++++++++++++++++++++++---------------------- > 1 file changed, 86 insertions(+), 49 deletions(-)
Applied, thanks. -- PMM