commit e34e1e55810e4c1006dbbad7f9e86d5a28ef4f42
Author: Stephan Witt <[email protected]>
Date:   Tue May 12 21:50:29 2015 +0200

    #5502 correct short cut for toggle fullscreen - usually it is 
Control-Command-F on Mac; whitespace

diff --git a/lib/bind/mac.bind b/lib/bind/mac.bind
index 42e8872..ab748bc 100644
--- a/lib/bind/mac.bind
+++ b/lib/bind/mac.bind
@@ -1,7 +1,7 @@
 # This file is part of
 # ==================================================================
 #
-#                    LyX, the High Level Word Processor
+#                    LyX, the High Level Word Processor
 #
 #         Copyright (C) 1995-1997 Asger Alstrup & The LyX Team
 #
@@ -287,7 +287,7 @@ Format 2
 #
 
 \bind "C-~S-greater"                 "label-goto"
-\bind "C-~S-less"                           "bookmark-goto 0"
+\bind "C-~S-less"                    "bookmark-goto 0"
 
 #
 # Additional Motion + select group
@@ -366,7 +366,7 @@ Format 2
 \bind "C-M-Left"                     "inset-modify tabular move-column-left"
 #\bind "F9"                          "meta-prefix"
 
-\bind "C-F11"                  "ui-toggle fullscreen"
+\bind "C-M-F"                        "ui-toggle fullscreen"
 
 # Include menu and math bindings
 

Reply via email to