]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/mac.bind
Update tex2lyx test files
[lyx.git] / lib / bind / mac.bind
index 42dcc5a9ccc49a57d32276730646030b91336e73..c85ec8d97239d23a19e2a10bc5051e63a2a028f7 100644 (file)
@@ -68,7 +68,7 @@ Format 1
 #  +: "Control-N"                    # Move down one line
 \bind "M-n"                          "down"
 #  +: "Control-O"                    # Insert a new line after the cursor
-\bind "M-o"                          "break-paragraph"
+\bind "M-o"                          "paragraph-break"
 #  -: "Control-P"                    # Move up one line
 # used by menu.bind - layouts
 #  +: "Control-T"                    # Transpose the character behind the cursor and the character in front of the cursor
@@ -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
@@ -345,7 +347,7 @@ Format 1
 
 \bind "A-Delete"                     "word-delete-forward"
 \bind "A-BackSpace"                  "word-delete-backward"
-\bind "M-Return"                     "break-paragraph inverse"
+\bind "M-Return"                     "paragraph-break inverse"
 \bind "C-Return"                     "newline-insert newline"
 \bind "C-S-Return"                   "newline-insert linebreak"
 \bind "A-space"                      "command-alternatives space-insert protected ; math-space"