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
This commit is contained in:
Pavel Sanda 2011-02-14 20:31:46 +00:00
parent cc7c0b83f8
commit 13bb781dcd

View 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"