because I'm dealing with the bindings at the moment, I looked at the file de_menus.bind which comes with the LyX distribution and changed it a little bit to to keep it up-todate.
I removed a duplicate and rearranged some entries.
The diff file against de_menus.bind from CVS is attached, the whole file could be downloaded from
http://fkurth.de/uwest/LyX/de_menus.bind
could somebody have a look at it.
regards Uwe
--- de_menusalt.bind Sun May 18 22:02:08 2003 +++ de_menus.bind Fri May 14 02:23:34 2004 @@ -1,9 +1,11 @@ # This file is part of # ================================================================== # -# LyX, the High Level Word Processor +# LyX, the Document Processor # -# Copyright (C) 1995-1997 The LyX Team +# Copyright (C) 2004 LyX Team +# +# Version 1.0, May 14 2004 # # ================================================================== @@ -11,10 +13,9 @@ # Adapted to the german internationalisation 98-1-31 [EMAIL PROTECTED] # Diese Datei ist die deutsche Version der systemweiten Datei -# /usr/local/share/lyx/bind/menus.bind. Sie ist für diejenigen -# gedacht, die die Deutsche Internationalisierung verwenden und legt -# Menuefunktionen konsistent zu den deutschen Namen der Menues -# fest. +# ~/share/lyx/bind/menus.bind. Sie wird automatisch verwendet, +# wenn in LyX deutsche Menüs eingestellt sind und legt Menü- +# funktionen konsistent zu den deutschen Namen der Menüs fest. # # ACHTUNG! # @@ -29,9 +30,9 @@ # eines Wortes" auf die Tastenkombination ALT-SHIFT-D gelegt wird -# -# Menue Schrifgröße -# + +# Menü Schriftgröße + \bind "M-s t" "font-size tiny" \bind "M-s S-S" "font-size footnotesize" \bind "M-s s" "font-size small" @@ -55,9 +55,8 @@ \bind "M-s plus" "font-size increase" \bind "M-s minus" "font-size decrease" -# -# Menue Absatztyp -# +# Menü Absatztyp + \bind "M-a 0" "layout Part" \bind "M-a 1" "layout Chapter" \bind "M-a 2" "layout Section" @@ -65,18 +64,18 @@ \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 S-asterisk 0" "layout Part*" +\bind "M-a S-asterisk 1" "layout Chapter*" +\bind "M-a S-asterisk 2" "layout Section*" +\bind "M-a S-asterisk 3" "layout Subsection*" +\bind "M-a S-asterisk 4" "layout Subsubsection*" +\bind "M-a S-asterisk 5" "layout Paragraph*" +\bind "M-a S-asterisk 6" "layout Subparagraph*" \bind "M-a a" "layout Abstract" \bind "M-a S-A" "layout Author" \bind "M-a M-a" "layout Address" \bind "M-a C-a" "layout Right_Address" -\bind "M-a b" "layout Itemize" # bulleted list +\bind "M-a b" "layout Itemize" \bind "M-a S-B" "layout Bibliography" \bind "M-a c" "layout LyX-Code" \bind "M-a S-C" "layout Comment" @@ -84,16 +83,16 @@ \bind "M-a d" "layout Description" \bind "M-a S-D" "layout Date" \bind "M-a e" "layout Enumerate" # numbered list -\bind "M-a f" "layout ShortFoilhead" # Foils!! +\bind "M-a f" "layout ShortFoilhead" # only with foils \bind "M-a S-F" "layout Foilhead" # Foils!! -\bind "M-a i" "layout Itemize" # bulleted list +\bind "M-a i" "layout Itemize" \bind "M-a l" "layout List" \bind "M-a S-L" "layout LaTeX" -\bind "M-a n" "layout Enumerate" # numbered list +\bind "M-a n" "layout Enumerate" \bind "M-a q" "layout Quote" \bind "M-a S-Q" "layout Quotation" -\bind "M-a r" "layout ShortRotatefoilhead" # Foils!! -\bind "M-a S-R" "layout Rotatefoilhead" # Foils!! +\bind "M-a r" "layout ShortRotatefoilhead" # only with foils +\bind "M-a S-R" "layout Rotatefoilhead" # only with foils \bind "M-a s" "layout Standard" \bind "M-a t" "layout Title" \bind "M-a x" "layout LaTeX" @@ -103,19 +102,11 @@ \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 - +# Menü Zeichensatz -# -# Menue Zeichensatz -# \bind "M-z f" "font-bold" \bind "M-z k" "font-noun" \bind "M-z h" "font-emph" -\bind "M-z i" "font-emph" \bind "M-z m" "math-mode" \bind "M-z c" "font-code" \bind "M-z r" "font-roman" @@ -129,9 +120,8 @@ \bind "M-z space" "font-default" -# -# Menue Tastatur -# +# Menü Tastatur + \bind "M-t 1" "keymap-primary" \bind "M-t 2" "keymap-secondary" \bind "M-t o" "keymap-off"