]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/emacs.bind
UserGuide.lyx: adopt Martins Changes in r21531 to the doc style and the other maintai...
[lyx.git] / lib / bind / emacs.bind
index 9b5b233182bb473675645101bdb13634127db248..2bc44b049584d4f95e280c2c6778beecab5c912c 100644 (file)
 
 \bind "M-Up"                   "paragraph-move-up"
 \bind "M-Down"                 "paragraph-move-down"
-\bind "C-Right"                        "word-forward"
-\bind "C-Left"                 "word-backward"
+\bind "C-Right"                        "word-right"
+\bind "C-Left"                 "word-left"
 \bind "C-Up"                   "paragraph-up"
 \bind "C-Down"                 "paragraph-down"
 \bind "Home"                   "buffer-begin"
 # Motion + select group
 #
 
-\bind "S-Right"                "forward-select"
-\bind "S-Left"                 "backward-select"
-\bind "S-C-F"                  "forward-select"
-\bind "S-C-B"                  "backward-select"
+\bind "S-Right"                "char-right-select"
+\bind "S-Left"                 "char-left-select"
+\bind "S-C-F"                  "char-forward-select"
+\bind "S-C-B"                  "char-backward-select"
 \bind "S-Up"                   "up-select"
 \bind "S-Down"                 "down-select"
-\bind "S-C-Right"              "word-forward-select"
-\bind "S-C-Left"               "word-backward-select"
+\bind "S-C-Right"              "word-right-select"
+\bind "S-C-Left"               "word-left-select"
 \bind "S-C-A"                  "line-begin-select"
 \bind "S-C-E"                  "line-end-select"
 \bind "S-C-Up"                 "paragraph-up-select"
 \bind "C-Delete"               "word-delete-forward"
 \bind "M-d"                    "word-delete-forward"
 \bind "C-BackSpace"            "word-delete-backward"
-\bind "M-Return"               "break-paragraph-keep-layout"
+\bind "M-Return"               "break-paragraph inverse"
 \bind "C-Return"               "break-line"
 \bind "C-S-L"                  "ligature-break-insert"
 \bind "C-space"                        "space-insert protected"
 \bind "Escape"                 "meta-prefix"
 
 # 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-C-KP_Right"            "word-forward-select"
-\bind "S-C-KP_Left"             "word-backward-select"
+\bind "S-C-KP_Right"            "word-right-select"
+\bind "S-C-KP_Left"             "word-left-select"
 \bind "S-C-KP_Up"               "paragraph-up-select"
 \bind "S-C-KP_Down"             "paragraph-down-select"
 \bind "S-KP_Home"               "line-begin-select"