]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/xemacs.bind
* bind/menus.bind: digits may need the shift modifier (on french
[lyx.git] / lib / bind / xemacs.bind
index 6b9e74ca8c29e99c1c4901f24d9efb986f1c3d4c..03c54cfe48896dc18325e28d4ad4bef3380364b8 100644 (file)
@@ -73,8 +73,8 @@
 \bind "C-~S-slash"             "undo"
 \bind "C-~S-underscore"        "undo"
 
-\bind "~S-C-quotedbl"           "quote-insert single"
-\bind "~S-M-quotedbl"           "self-insert \""
+\bind "~S-M-quotedbl"          "quote-insert single"
+\bind "~S-C-quotedbl"          "self-insert \""
 
 \bind "C-x a"                  "buffer-auto-save"
 # not currently supported
@@ -98,7 +98,7 @@
 \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 documents"   # list all buffers
+\bind "C-x C-b"                "menu-open view"        # list all buffers
 \bind "C-x C-c"                "lyx-quit"
 \bind "C-x C-d"                "buffer-new"
 \bind "C-x C-f"                "file-open"
 \bind "C-x C-t"                "buffer-update dvi"
 \bind "C-x C-u"                        "word-upcase"           # upcase-region!
 \bind "C-x C-w"                "buffer-write-as"
+\bind "C-Next"                "buffer-next"
+\bind "C-Prior"                       "buffer-previous"
 
 #bind "C-1"                    "------"
 #bind "C-2"                    "------"
 # Motion group
 #
 
+\bind "M-Up"                   "paragraph-move-up"
+\bind "M-Down"                 "paragraph-move-down"
 \bind "C-Right"                "word-forward"
 \bind "C-Left"                 "word-backward"
 \bind "C-Up"                   "paragraph-up"
 # A bit like autoindent in c-mode
 \bind "Tab"                     "depth-increment"
 
-\bind "C-~S-greater"           "reference-goto"
+\bind "C-~S-greater"           "label-goto"
 \bind "C-~S-less"              "bookmark-goto 0"
 \bind "C-~S-1"                 "bookmark-goto 1"
 \bind "C-~S-2"                 "bookmark-goto 2"
 \bind "C-~S-3"                 "bookmark-goto 3"
+\bind "C-~S-4"                 "bookmark-goto 4"
+\bind "C-~S-5"                 "bookmark-goto 5"
 \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"
 
 #
 # Motion + select group
 ## 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"