[3432] Adds Ctrl-Tab and Ctrl-Shift-Tab as bindings for buffer-next and buffer-previous.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17861 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2007-04-19 16:22:21 +00:00
parent 789f9e5ee3
commit 73e3e258ca

View File

@ -5,13 +5,13 @@
# Licence details can be found in the file COPYING.
# author Asger Alstrup
# author Lars Gullik Bjønnes
# author Lars Gullik Bjnnes
# author Jean-Marc Lasgouttes
# author Angus Leeming
# author John Levon
# author Jürgen Spitzmüller
# author Jrgen Spitzmller
# author Dekel Tsur
# author Jürgen Vigna
# author Jrgen Vigna
# author Andrew Zabolotny
# Full author contact details are available in file CREDITS.
@ -48,7 +48,9 @@
\bind "C-S-T" "buffer-update ps"
\bind "C-q" "lyx-quit"
\bind "C-Next" "buffer-next"
\bind "C-Tab" "buffer-next"
\bind "C-Prior" "buffer-previous"
\bind "C-S-Tab" "buffer-previous"
\bind "C-b" "font-bold"
\bind "C-e" "font-emph"