From 13bb781dcd3508a0a543be2d12b0f900ad763022 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Mon, 14 Feb 2011 20:31:46 +0000 Subject: [PATCH] Give new shortcut for default viewing. 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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/bind/cua.bind b/lib/bind/cua.bind index 3911dfba94..7487c08a2e 100644 --- a/lib/bind/cua.bind +++ b/lib/bind/cua.bind @@ -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" -- 2.39.2