From: Stephan Witt Date: Fri, 27 Jul 2012 09:59:44 +0000 (+0200) Subject: Fix bug #8129: add zoom-in binding for Cmd-plus for US-keyboards X-Git-Tag: 2.1.0beta1~1624 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=159108786d00693c949a7690c2d6d0c8aa3147c2;p=features.git Fix bug #8129: add zoom-in binding for Cmd-plus for US-keyboards --- diff --git a/lib/bind/mac.bind b/lib/bind/mac.bind index 42dcc5a9cc..3049a2f209 100644 --- a/lib/bind/mac.bind +++ b/lib/bind/mac.bind @@ -100,8 +100,10 @@ Format 1 # -: "Option-Command-`" # Move focus to the window drawer # +: "Command- - (minus)" # Decrease the size of the selected item \bind "C-minus" "buffer-zoom-out" -# ?: "Shift-Command-=" # Increase the size of the selected item +# +: "Shift-Command-=" # Increase the size of the selected item \bind "C-plus" "buffer-zoom-in" +\bind "C-S-equal" "buffer-zoom-in" +\bind "C-equal" "buffer-zoom-in" # -: "Command-{" # Left-align a selection # -: "Command-}" # Right-align a selection # -: "Command-|" # Center-align a selection