]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/xemacs.bind
InsetHyperlink.cpp: add "http://" when the hyperlink type is web and no protocol...
[lyx.git] / lib / bind / xemacs.bind
index cae0069ae65d9fa2b7a09163f9f1d6e568130213..cf6771e6dee27cf1e0c99b6db28ece3c45bcf392 100644 (file)
@@ -31,7 +31,7 @@
 \bind "C-a"                    "line-begin"
 \bind "C-b"                    "char-backward"
 #bind "C-c"                    "------" # see end of file
-\bind "C-d"                    "delete-forward"
+\bind "C-d"                    "char-delete-forward"
 \bind "C-e"                    "line-end"
 \bind "C-f"                    "char-forward"
 \bind "C-g"                    "cancel"
@@ -97,7 +97,6 @@
 #\bind "C-x w"                  "buffer-write-as"
 \bind "C-x bracketleft"        "screen-up"
 \bind "C-x bracketright"       "screen-down"
-\bind "C-x quoteleft"          "error-next"
 \bind "C-x C-a"                "buffer-auto-save"
 \bind "C-x C-b"                "menu-open view"        # list all buffers
 \bind "C-x C-c"                "lyx-quit"
 \bind "M-d"                     "word-delete-forward"
 \bind "C-BackSpace"            "word-delete-backward"
 \bind "M-Return"               "break-paragraph inverse"
-\bind "C-Return"               "new-line"
-\bind "C-S-Return"             "line-break"
+\bind "C-Return"               "newline-insert newline"
+\bind "C-S-Return"             "newline-insert linebreak"
 \bind "C-S-L"                  "specialchar-insert ligature-break"
 \bind "C-space"                        "space-insert protected"
 \bind "C-M-space"              "space-insert normal"
 #  similar here.
 ##
 \bind "C-c C-l"                 "dialog-show latexlog"        # show warning log
-\bind "C-c C-o"                 "error-next"
 \bind "C-c C-v"                 "buffer-chktex"         # validate
 
 \bind "C-z space"              "drop-layouts-choice"
 
 \bind "C-c ~S-asciitilde"              "math-mode"
 
-\bind "C-c quoteleft"          "error-next"
-
 \bind "C-c C-s 0"              "layout Standard"
 \bind "C-c C-s 1"              "layout Chapter"
 \bind "C-c C-s 2"              "layout Section"