]> git.lyx.org Git - features.git/commitdiff
Fix bug #8129: add zoom-in binding for Cmd-plus for US-keyboards
authorStephan Witt <switt@lyx.org>
Fri, 27 Jul 2012 09:59:44 +0000 (11:59 +0200)
committerStephan Witt <switt@lyx.org>
Fri, 27 Jul 2012 09:59:44 +0000 (11:59 +0200)
lib/bind/mac.bind

index 42dcc5a9ccc49a57d32276730646030b91336e73..3049a2f20905f6821a32ac2adfd4049b53d10a8b 100644 (file)
@@ -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