]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/mac.bind
- Math.lyx: - update math bold description to the new shortcuts
[lyx.git] / lib / bind / mac.bind
index 28e29e6fdf2bcf8425acd769341e5f93222f4647..955d8b43d1f474723eba35a1064706638fa9a892 100644 (file)
@@ -42,6 +42,7 @@
 \bind "M-Tab"                  "buffer-next"
 \bind "M-S-BackTab"            "buffer-previous"
 
+\bind "C-M-b"                  "font-boldsymbol"
 \bind "C-b"                    "font-bold"
 \bind "C-e"                    "font-emph"
 \bind "C-k"                    "font-noun"             # 'k' for capitals
@@ -51,7 +52,6 @@
 \bind "C-S-M"                  "math-display"
 
 \bind "C-f"                    "dialog-show findreplace"
-\bind "C-g"                    "error-next"
 \bind "C-i"                    "next-inset-toggle"             # 'i' for Inset
 
 \bind "C-c"                    "copy"
 \bind "C-S-E"                  "changes-track"  # it's what MS Word uses
 \bind "~S-M-quotedbl"          "quote-insert single"
 \bind "~S-C-quotedbl"          "self-insert \""
-\bind "C-minus"                        "hyphenation-point-insert"
+\bind "C-minus"                        "specialchar-insert hyphenation"
+\bind "C-M-minus"              "specialchar-insert nobreakdash"
 \bind "M-C-Right"              "depth-increment"
 \bind "M-C-Left"               "depth-decrement"
-\bind "C-S-L"                  "ligature-break-insert"
+\bind "C-S-L"                  "specialchar-insert ligature-break"
 \bind "C-l"                    "ert-insert"            # 'l' for LaTeX
+\bind "C-S-I"                  "info-insert"
 
 #bind "F1"                     "help"                  # Not yet implemented!
 #bind "C-F1"                   "help-context"          # Not yet implemented!
 \bind "F2"                     "buffer-write"
-\bind "F3"                     "file-open"
+\bind "C-g"                    "word-find"
 \bind "C-F4"                   "buffer-close"
 \bind "F5"                     "screen-recenter"
 \bind "M-F4"                   "lyx-quit"
@@ -90,8 +92,8 @@
 # Motion group
 #
 
-\bind "M-Right"                        "word-forward"
-\bind "M-Left"                 "word-backward"
+\bind "M-Right"                        "word-right"
+\bind "M-Left"                 "word-left"
 \bind "M-Up"                   "paragraph-up"
 \bind "M-Down"                 "paragraph-down"
 \bind "C-Up"                   "buffer-begin"
 # Motion + select group
 #
 
-\bind "S-Right"                        "forward-select"
-\bind "S-Left"                 "backward-select"
+\bind "S-Right"                        "char-right-select"
+\bind "S-Left"                 "char-left-select"
 \bind "S-Up"                   "up-select"
 \bind "S-Down"                 "down-select"
-\bind "S-M-Right"              "word-forward-select"
-\bind "S-M-Left"               "word-backward-select"
+\bind "S-M-Right"              "word-right-select"
+\bind "S-M-Left"               "word-left-select"
 \bind "S-M-Up"                 "paragraph-up-select"
 \bind "S-M-Down"               "paragraph-down-select"
 \bind "S-C-Left"                       "line-begin-select"
 \bind "S-Delete"               "cut"
 
 # Numeric keypad (if Shift+KP_XXX does not switch the NumLock state)
-\bind "S-KP_Right"              "forward-select"
-\bind "S-KP_Left"               "backward-select"
+\bind "S-KP_Right"              "char-right-select"
+\bind "S-KP_Left"               "char-left-select"
 \bind "S-KP_Up"                 "up-select"
 \bind "S-KP_Down"               "down-select"
-\bind "S-M-KP_Right"            "word-forward-select"
-\bind "S-M-KP_Left"             "word-backward-select"
+\bind "S-M-KP_Right"            "word-right-select"
+\bind "S-M-KP_Left"             "word-left-select"
 \bind "S-M-KP_Up"               "paragraph-up-select"
 \bind "S-M-KP_Down"             "paragraph-down-select"
 \bind "S-KP_Home"               "line-begin-select"
 
 \bind "M-Delete"               "word-delete-forward"
 \bind "M-BackSpace"            "word-delete-backward"
-\bind "M-Return"               "break-paragraph-keep-layout"
-\bind "C-Return"               "break-line"
+\bind "M-Return"               "break-paragraph inverse"
+\bind "C-Return"               "newline-insert newline"
+\bind "C-S-Return"             "newline-insert linebreak"
 \bind "C-k"                    "line-delete-forward"
 \bind "M-space"                        "space-insert protected"
-\bind "C-M-space"                      "space-insert normal"
-\bind "S-M-space"                      "space-insert thin"
-\bind "C-period"               "end-of-sentence-period-insert"
-\bind "M-period"               "dots-insert"
+\bind "C-M-space"              "space-insert normal"
+\bind "S-M-space"              "space-insert thin"
+\bind "C-S-slash"              "specialchar-insert slash"
+\bind "C-period"               "specialchar-insert end-of-sentence-period"
+\bind "M-period"               "specialchar-insert dots"
 \bind "Escape"                 "cancel"
 \bind "C-M-Up"          "paragraph-move-up"
 \bind "C-M-Down"        "paragraph-move-down"