Skip to content
  • Peter Maydell's avatar
    ui/cocoa: Pass command key through to guest when VM has mousegrab · 8895919a
    Peter Maydell authored
    
    
    The guest might want to be able to use the command key for its won
    purposes (as command if it is MacOS X, or for the Windows key if
    it is a PC guest, for instance). In line with other UI frontends,
    pass it through if the guest has mousegrab, and only use it for UI
    menu accelerators if not grabbed.
    
    Thanks to John Arbuckle for reporting this problem, helping
    us work through what the best solution would be and providing
    a patch which was the initial inspiration for this one.
    
    Reported-by: default avatarJohn Arbuckle <programmingkidx@gmail.com>
    Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
    Message-id: 1386543546-31919-2-git-send-email-peter.maydell@linaro.org
    8895919a