From 61b1af9e1626923f66ee03f46d7b6a5b40d366bb Mon Sep 17 00:00:00 2001 From: Rafael Kitover Date: Tue, 18 Oct 2016 07:02:47 -0700 Subject: [PATCH] rebind toggle fullscreen on mac On OS X, the F11 key is by default bound to "show desktop", so is a poor choice for the "ToggleFullscreen" accelerator. The default key combo to take apps fullscreen should be Ctrl+Cmd+F according to: https://support.apple.com/kb/PH18744?locale=en_US Fortunately, this was very easy to fix by using the "platform" attribute in MainMenu.xrc . NOTE: this does not give us "real" OS X fullscreen yet, where the app is on its own space, like native fullscreen apps. In the future it would be nice to add an option to do this. --- src/wx/xrc/MainMenu.xrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wx/xrc/MainMenu.xrc b/src/wx/xrc/MainMenu.xrc index 56acbbc6..53130575 100644 --- a/src/wx/xrc/MainMenu.xrc +++ b/src/wx/xrc/MainMenu.xrc @@ -230,7 +230,8 @@ - F11 + F11 + RawCtrl+Ctrl+F