From 73e3e258cafca96b837447d84d911226d82cfdb5 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Thu, 19 Apr 2007 16:22:21 +0000 Subject: [PATCH] [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 --- lib/bind/cua.bind | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/bind/cua.bind b/lib/bind/cua.bind index 3db0e1c65a..06d1d3c57d 100644 --- a/lib/bind/cua.bind +++ b/lib/bind/cua.bind @@ -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"