]> git.lyx.org Git - features.git/commitdiff
Give new shortcut for default viewing.
authorPavel Sanda <sanda@lyx.org>
Mon, 14 Feb 2011 20:31:46 +0000 (20:31 +0000)
committerPavel Sanda <sanda@lyx.org>
Mon, 14 Feb 2011 20:31:46 +0000 (20:31 +0000)
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg165590.html

Closing #5258.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37666 a592a061-630c-0410-9148-cb99ea01b6c8

lib/bind/cua.bind

index 3911dfba94ac5668bff8cde0d9778e315dc16ff2..7487c08a2e91122e1822c7fe7771a90e016fea7b 100644 (file)
@@ -43,10 +43,13 @@ Format 1
 \bind "C-s"                    "buffer-write"
 \bind "C-S-S"                  "buffer-write-as"
 \bind "C-p"                    "dialog-show print"
+\bind "C-r"                    "buffer-view"
 \bind "C-d"                    "buffer-view dvi"       # 'd' for dvi
 \bind "C-t"                    "buffer-view ps"
+\bind "C-M-r"                  "master-buffer-view"
 \bind "C-M-t"                  "master-buffer-view ps"
 \bind "C-M-d"                  "master-buffer-view dvi"
+\bind "C-S-R"                  "buffer-update"
 \bind "C-S-D"                  "buffer-update dvi"     # 'd' for dvi
 \bind "C-S-T"                  "buffer-update ps"
 \bind "C-M-S-t"                        "master-buffer-update ps"
@@ -68,7 +71,6 @@ Format 1
 
 \bind "C-m"                    "math-mode"
 \bind "C-S-M"                  "math-display"
-\bind "C-S-r"                  "regexp-mode"
 \bind "C-M-n"                  "command-sequence math-display; math-number-toggle;"
 
 \bind "C-f"                    "dialog-show findreplace"