]> 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 7498159049a51fc74449c44393619e49e8ee7a8f..cf6771e6dee27cf1e0c99b6db28ece3c45bcf392 100644 (file)
@@ -4,13 +4,13 @@
 # This file is part of LyX, the document processor.
 # Licence details can be found in the file COPYING.
 
-# author Lars Gullik Bjønnes
+# author Lars Gullik Bjønnes
 # author Jean-Marc Lasgouttes
 # author Angus Leeming
 # author John Levon
 # author Allan Rae
 # author Dekel Tsur
-# author Jürgen Vigna
+# author Jürgen Vigna
 # author Andrew Zabolotny
 
 # Full author contact details are available in file CREDITS.
 \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"
 
 # help in emacs
-\bind "C-h"                    "hyphenation-point-insert"
-\bind "C-i"                    "hfill-insert"
+\bind "C-h"                    "specialchar-insert hyphenation"
+\bind "C-M-minus"              "specialchar-insert nobreakdash"
+\bind "C-i"                    "space-insert hfill"
 #bind "C-j"                    "------"
 \bind "C-k"                    "line-delete-forward"
 \bind "C-l"                    "screen-recenter"
@@ -96,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"               "break-line"
-\bind "C-S-L"                  "ligature-break-insert"
+\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"
 \bind "S-C-space"              "space-insert thin"
-\bind "C-period"               "end-of-sentence-period-insert"
-\bind "M-period"               "dots-insert"
+\bind "C-S-slash"              "specialchar-insert slash"
+\bind "C-period"               "specialchar-insert end-of-sentence"
+\bind "M-period"               "specialchar-insert dots"
 \bind "M-w"                    "copy"
 \bind "Escape"                 "meta-prefix"
 
 #  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"