From: Daniel Ramoeller Date: Thu, 4 Apr 2019 15:01:56 +0000 (+0200) Subject: Fix for Mac Command-0 zoom-buffer binding X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=43d59469393be61e1883edef86ca4b1db75978ab;p=features.git Fix for Mac Command-0 zoom-buffer binding Amends fix to #10455 --- diff --git a/lib/bind/mac.bind b/lib/bind/mac.bind index af358d6e36..c73dbfb847 100644 --- a/lib/bind/mac.bind +++ b/lib/bind/mac.bind @@ -101,6 +101,7 @@ Format 4 # -: "Shift-Command-`" # Activate the previous open window in the frontmost application # -: "Option-Command-`" # Move focus to the window drawer # +: "Command- - (minus)" # Decrease the size of the selected item +\bind "C-0" "buffer-zoom" \bind "C-minus" "buffer-zoom-out" # +: "Shift-Command-=" # Increase the size of the selected item \bind "C-plus" "buffer-zoom-in"