mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
update to de menus
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH-1_2_X@5010 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f9bbd90a2c
commit
d71e0718eb
@ -1,3 +1,9 @@
|
||||
2002-08-15 Juergen Spitzmueller <j.spitzmueller@gmx.de>
|
||||
|
||||
* bind/de_menus.bind: cleanup shortcuts for section layouts. Starred
|
||||
versions are now obtained by prepending a * to the section number
|
||||
(similar to the new behaviour in menus.bind); add binding for \part.
|
||||
|
||||
2002-08-15 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
|
||||
|
||||
* doc/LaTeXConfig.lyx.in:
|
||||
|
@ -58,12 +58,20 @@
|
||||
#
|
||||
# Menue Absatztyp
|
||||
#
|
||||
\bind "M-a 1" "layout Chapter"
|
||||
\bind "M-a 0" "layout Part"
|
||||
\bind "M-a 1" "layout Chapter"
|
||||
\bind "M-a 2" "layout Section"
|
||||
\bind "M-a 3" "layout Subsection"
|
||||
\bind "M-a 4" "layout Subsubsection"
|
||||
\bind "M-a 5" "layout Paragraph"
|
||||
\bind "M-a 6" "layout Subparagraph"
|
||||
\bind "M-a ~S-asterisk ~S-0" "layout Part*"
|
||||
\bind "M-a ~S-asterisk ~S-1" "layout Chapter*"
|
||||
\bind "M-a ~S-asterisk ~S-2" "layout Section*"
|
||||
\bind "M-a ~S-asterisk ~S-3" "layout Subsection*"
|
||||
\bind "M-a ~S-asterisk ~S-4" "layout Subsubsection*"
|
||||
\bind "M-a ~S-asterisk ~S-5" "layout Paragraph*"
|
||||
\bind "M-a ~S-asterisk ~S-6" "layout Subparagraph*"
|
||||
\bind "M-a a" "layout Abstract"
|
||||
\bind "M-a S-A" "layout Author"
|
||||
\bind "M-a M-a" "layout Address"
|
||||
@ -90,14 +98,16 @@
|
||||
\bind "M-a t" "layout Title"
|
||||
\bind "M-a x" "layout LaTeX"
|
||||
\bind "M-a space" "drop-layouts-choice"
|
||||
\bind "M-a S-at" "layout Section*" # M-a S-2
|
||||
\bind "M-a S-dollar" "layout Subsubsection*" # M-a S-4
|
||||
\bind "M-a S-numbersign" "layout Subsection*" # M-a S-3
|
||||
\bind "M-a v" "layout Verse"
|
||||
|
||||
\bind "M-a Left" "depth-decrement"
|
||||
\bind "M-a Right" "depth-increment"
|
||||
|
||||
# Veraltete Tastenbelegung; für rückwärtige Kompatibilität beibehalten
|
||||
\bind "M-a S-at" "layout Section*" # M-a S-2
|
||||
\bind "M-a S-dollar" "layout Subsubsection*" # M-a S-4
|
||||
\bind "M-a S-numbersign" "layout Subsection*" # M-a S-3
|
||||
|
||||
|
||||
#
|
||||
# Menue Zeichensatz
|
||||
|
Loading…
Reference in New Issue
Block a user