mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
[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:
parent
789f9e5ee3
commit
73e3e258ca
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user