]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/xemacs.bind
- Math.lyx: - update math bold description to the new shortcuts
[lyx.git] / lib / bind / xemacs.bind
index fbd841fee24b61a98b644747a1456b7dc9ad7ba4..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-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 "M-bracketleft"          "paragraph-up"
 \bind "C-~S-3"                 "bookmark-goto 3"
 \bind "C-~S-4"                 "bookmark-goto 4"
 \bind "C-~S-5"                 "bookmark-goto 5"
+\bind "C-~S-6"                 "bookmark-goto 6"
+\bind "C-~S-7"                 "bookmark-goto 7"
+\bind "C-~S-8"                 "bookmark-goto 8"
+\bind "C-~S-9"                 "bookmark-goto 9"
 \bind "C-M-~S-1"               "bookmark-save 1"
 \bind "C-M-~S-2"               "bookmark-save 2"
 \bind "C-M-~S-3"               "bookmark-save 3"
 \bind "C-M-~S-4"               "bookmark-save 4"
 \bind "C-M-~S-5"               "bookmark-save 5"
+\bind "C-M-~S-6"               "bookmark-save 6"
+\bind "C-M-~S-7"               "bookmark-save 7"
+\bind "C-M-~S-8"               "bookmark-save 8"
+\bind "C-M-~S-9"               "bookmark-save 9"
+
+
 
 #
 # 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-Up"                 "paragraph-up-select"
 \bind "S-C-Down"               "paragraph-down-select"
 \bind "S-Home"                 "line-begin-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 "C-Return"               "break-line"
-\bind "C-S-L"                  "ligature-break-insert"
+\bind "M-Return"               "break-paragraph inverse"
+\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"
 
 # 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"
 ## Trying to incorporate the best of AucTeX and HM--HTML modes
 ##
 # "C-z" is used in HM--HTML-mode for paragraph styles so try to support
-#  similar here especially for LinuxDoc (although LinuxDoc isn't only for
-#  making HTML).
+#  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 C-f C-f"            "font-sans"
 \bind "C-c C-f C-r"            "font-roman"
-\bind "C-c C-f C-t"            "font-code"  #typewriter
+\bind "C-c C-f C-t"            "font-typewriter"  #typewriter
 
 \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"
 
 \bind "C-c percent"            "layout Comment"
 
-\bind "C-c Return"             "break-paragraph-keep-layout"
+\bind "C-c Return"             "break-paragraph inverse"
 #
 ## End AucTeX
 #