]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/emacs.bind
Prepare for attic movement.
[lyx.git] / lib / bind / emacs.bind
index 2bc44b049584d4f95e280c2c6778beecab5c912c..aed92a8c731a07b9a1166cffec057e2791a7a7a1 100644 (file)
@@ -4,12 +4,12 @@
 # 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 Jürgen Spitzmüller
+# author Jürgen Spitzmüller
 # 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"                    "------" // used as users prefix
-\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"                    "break-paragraph"
 \bind "C-k"                    "line-delete-forward"
 \bind "C-l"                    "screen-recenter"
 \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-M-space"              "space-insert normal"
+\bind "S-C-space"              "space-insert thin"
+\bind "M-~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"