]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/cua.bind
patch from dekel
[lyx.git] / lib / bind / cua.bind
index 438fc0cc4debdd2ac58a19d238bf140201e5aaf0..8b359063b89f39961e6aca7a86c75d0a2bf78bb4 100644 (file)
 #\bind "C-j"
 #\bind "C-y"
 
-## Documents menu
-#
-# These are now defined in cua or emacs bind files so their "standard"
-# bindings are available. (eg M-d "word-delete-forward" in emacs) ARRae
-
-\bind "M-d p"                  "buffer-previous"
-\bind "M-d space"              "menu-open Documents"
 
 ###
 
 \bind "C-s"                    "buffer-write"
 \bind "C-S-S"                  "buffer-write-as"
 \bind "C-p"                    "buffer-print" 
-\bind "C-d"                    "buffer-view"           # 'd' for dvi
-\bind "C-t"                    "buffer-view-ps"
-\bind "C-S-D"                  "buffer-typeset"        # 'd' for dvi
-\bind "C-S-T"                  "buffer-typeset-ps"
+\bind "C-d"                    "buffer-view dvi"       # 'd' for dvi
+\bind "C-t"                    "buffer-view ps"
+\bind "C-S-D"                  "buffer-update dvi"     # 'd' for dvi
+\bind "C-S-T"                  "buffer-update ps"
 \bind "C-q"                    "lyx-quit"
 
 \bind "C-b"                    "font-bold"