The branch, master, has been updated. - Log -----------------------------------------------------------------
commit 159108786d00693c949a7690c2d6d0c8aa3147c2 Author: Stephan Witt <[email protected]> Date: Fri Jul 27 11:59:44 2012 +0200 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 42dcc5a..3049a2f 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 ----------------------------------------------------------------------- Summary of changes: lib/bind/mac.bind | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) hooks/post-receive -- The LyX Source Repository
