ui/cocoa.m: move ungrab to ctrl-alt-g
commit5929e36cac16a366d5ffeb4b09287e864a10ea8b
authorJohn Arbuckle <programmingkidx@gmail.com>
Tue, 7 Nov 2017 10:14:14 +0000 (7 10:14 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 7 Nov 2017 10:14:14 +0000 (7 10:14 +0000)
tree9ffdf88147b14ae4f3cd34335d1f382a8d7b1b5a
parent9c3a418eac5ccc3ad9f7111d858060e24a1dc051
ui/cocoa.m: move ungrab to ctrl-alt-g

Currently the cocoa user interface relis on the user pushing
control-alt to ungrab the mouse.  This is patch changes the key
combination to control-alt-g to be in line with the GTK user
interface.

Signed-off-by: John Arbuckle <programmingkidx@gmail.com>
Message-id: 20171102213907.11443-1-programmingkidx@gmail.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
ui/cocoa.m