]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/xemacs.bind
make NO_LATEX default, set ut compability stuff
[lyx.git] / lib / bind / xemacs.bind
index f964fd6e2af337a91e95dea5c7322d8162fa70fd..eee2260474a813773d5dfa6e6a4e5e732be8291f 100644 (file)
@@ -96,7 +96,7 @@
 \bind "C-x C-b"                "menu-open documents"   # list all buffers
 \bind "C-x C-c"                "lyx-quit"
 \bind "C-x C-d"                "buffer-new"
-\bind "C-x C-f"                "buffer-open"
+\bind "C-x C-f"                "file-open"
 \bind "C-x C-g"                "buffer-view ps"
 \bind "C-x C-l"                        "word-lowcase"          # downcase-region!
 \bind "C-x C-p"                "buffer-view dvi"
 #bind "F1"                     "help"                          # Not yet implemented!
 #bind "C-F1"                   "help-context"                  # Not yet implemented!
 #\bind "F2"                     "buffer-write"
-#\bind "F3"                     "buffer-open"
+#\bind "F3"                     "file-open"
 #bind "F4"                     "------"
 #bind "F5"                     "------"
 #bind "F6"                     "------"
 \bind "Tab"                     "depth-next"
 
 \bind "C-~S-greater"           "reference-goto"
-\bind "C-~S-less"              "reference-back"
+\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-M-~S-1"               "bookmark-save 1"
+\bind "C-M-~S-2"               "bookmark-save 2"
+\bind "C-M-~S-3"               "bookmark-save 3"
 
 #
 # Motion + select group
 \bind "C-c C-f C-r"            "font-roman"
 \bind "C-c C-f C-t"            "font-code"  #typewriter
 
-\bind "C-c asciitilde"         "math-mode"
+\bind "C-c ~S-asciitilde"              "math-mode"
 
 \bind "C-c quoteleft"          "error-next"
 
 
 \bind_file menus.bind
 \bind_file math.bind
+\bind_file latinkeys.bind