From e34e1e55810e4c1006dbbad7f9e86d5a28ef4f42 Mon Sep 17 00:00:00 2001 From: Stephan Witt Date: Tue, 12 May 2015 21:50:29 +0200 Subject: [PATCH] #5502 correct short cut for toggle fullscreen - usually it is Control-Command-F on Mac; whitespace --- lib/bind/mac.bind | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/bind/mac.bind b/lib/bind/mac.bind index 42e887273a..ab748bc302 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 -- 2.39.5