]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/mac.bind
UserGuide.lyx: adopt Martins Changes in r21531 to the doc style and the other maintai...
[lyx.git] / lib / bind / mac.bind
index 28e29e6fdf2bcf8425acd769341e5f93222f4647..e38e34a821ef3875e45dc0e2fe8c6b24d5dd08ef 100644 (file)
@@ -73,6 +73,7 @@
 \bind "M-C-Left"               "depth-decrement"
 \bind "C-S-L"                  "ligature-break-insert"
 \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!
@@ -90,8 +91,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 "M-Return"               "break-paragraph inverse"
 \bind "C-Return"               "break-line"
 \bind "C-k"                    "line-delete-forward"
 \bind "M-space"                        "space-insert protected"