]> git.lyx.org Git - lyx.git/blob - lib/bind/de_menus.bind
update from Claudio Coco
[lyx.git] / lib / bind / de_menus.bind
1 # -*- text -*-
2
3 # file de_menus.bind
4 # This file is part of LyX, the document processor.
5 # Licence details can be found in the file COPYING.
6
7 # author Lars Gullik Bjønnes
8 # author Jean-Marc Lasgouttes
9 # author André Pönitz
10 # author Michael Gerz
11 # author Jürgen Spitzmüller
12 # author Pit Sütterlin
13
14 # Full author contact details are available in file CREDITS.
15
16 # Key bindings for menus, both invisible and visible.
17 # Adapted to the german internationalisation 98-1-31 pit@uni-sw.gwdg.de
18
19 # Diese Datei ist die deutsche Version der systemweiten Datei
20 # /usr/local/share/lyx/bind/menus.bind.  Sie ist für diejenigen
21 # gedacht, die die Deutsche Internationalisierung verwenden und legt
22 # Menuefunktionen konsistent zu den deutschen Namen der Menues
23 # fest.
24 #
25 #   ACHTUNG!
26 #
27 # Die Belegung der Sequenz ALT-D für die Funktionen des Menues "Datei"
28 # verträgt sich nicht mit einer Definition der Dateien (x)emacs.bind
29 # Wer diese verwendet, muß entweder die Definitionen in dieser Datei
30 # ändern, oder aber die entsprechende bind-datei ebenfalls in das
31 # private Verzeichnis kopieren und dort die Definition veraendern.
32 # Ich verwende z.B. in emacs.bind anstelle der normalen Definition
33 # \bind "M-d" "word-delete-forward"  die leicht veränderte Variante
34 # \bind "M-S-D" "word-delete-forward", wodurch die Funktion "Löschen
35 # eines Wortes" auf die Tastenkombination ALT-SHIFT-D gelegt wird
36
37
38 #
39 # Menue Schrifgröße
40 #
41 \bind "M-s t"                   "font-size tiny"
42 \bind "M-s S-S"                 "font-size footnotesize"
43 \bind "M-s s"                   "font-size small"
44 \bind "M-s n"                   "font-size normal"
45 \bind "M-s l"                   "font-size large"
46 \bind "M-s S-L"                 "font-size larger"
47 \bind "M-s h"                   "font-size huge"
48 \bind "M-s S-H"                 "font-size giant"
49
50 \bind "M-s 1"                   "font-size tiny"
51 \bind "M-s 2"                   "font-size scriptsize"
52 \bind "M-s 3"                   "font-size footnotesize"
53 \bind "M-s 4"                   "font-size small"
54 \bind "M-s 5"                   "font-size normal"
55 \bind "M-s 6"                   "font-size large"
56 \bind "M-s 7"                   "font-size larger"
57 \bind "M-s 8"                   "font-size largest"
58 \bind "M-s 9"                   "font-size huge"
59 \bind "M-s 0"                   "font-size giant"
60
61 \bind "M-s plus"                "font-size increase"
62 \bind "M-s minus"               "font-size decrease"
63
64 #
65 # Menue Absatztyp
66 #
67 \bind "M-a 0"                   "layout Part"
68 \bind "M-a 1"                   "layout Chapter"
69 \bind "M-a 2"                   "layout Section"
70 \bind "M-a 3"                   "layout Subsection"
71 \bind "M-a 4"                   "layout Subsubsection"
72 \bind "M-a 5"                   "layout Paragraph"
73 \bind "M-a 6"                   "layout Subparagraph"
74 \bind "M-a ~S-asterisk ~S-0"    "layout Part*"
75 \bind "M-a ~S-asterisk ~S-1"    "layout Chapter*"
76 \bind "M-a ~S-asterisk ~S-2"    "layout Section*"
77 \bind "M-a ~S-asterisk ~S-3"    "layout Subsection*"
78 \bind "M-a ~S-asterisk ~S-4"    "layout Subsubsection*"
79 \bind "M-a ~S-asterisk ~S-5"    "layout Paragraph*"
80 \bind "M-a ~S-asterisk ~S-6"    "layout Subparagraph*"
81 \bind "M-a a"                   "layout Abstract"
82 \bind "M-a S-A"                 "layout Author"
83 \bind "M-a M-a"                 "layout Address"
84 \bind "M-a C-a"                 "layout Right_Address"
85 \bind "M-a b"                   "layout Itemize"        # bulleted list
86 \bind "M-a S-B"                 "layout Bibliography"
87 \bind "M-a c"                   "layout LyX-Code"
88 \bind "M-a S-C"                 "layout Comment"
89 \bind "M-a M-c"                 "layout Caption"
90 \bind "M-a d"                   "layout Description"
91 \bind "M-a S-D"                 "layout Date"
92 \bind "M-a e"                   "layout Enumerate"      # numbered list
93 \bind "M-a f"                   "layout ShortFoilhead"  # Foils!!
94 \bind "M-a S-F"                 "layout Foilhead"       # Foils!!
95 \bind "M-a i"                   "layout Itemize"        # bulleted list
96 \bind "M-a l"                   "layout List"
97 \bind "M-a S-L"                 "layout LaTeX"
98 \bind "M-a n"                   "layout Enumerate"      # numbered list
99 \bind "M-a q"                   "layout Quote"
100 \bind "M-a S-Q"                 "layout Quotation"
101 \bind "M-a r"                   "layout ShortRotatefoilhead"    # Foils!!
102 \bind "M-a S-R"                 "layout Rotatefoilhead" # Foils!!
103 \bind "M-a s"                   "layout Standard"
104 \bind "M-a t"                   "layout Title"
105 \bind "M-a x"                   "layout LaTeX"
106 \bind "M-a space"               "drop-layouts-choice"
107 \bind "M-a v"                   "layout Verse"
108
109 \bind "M-a Left"                "depth-decrement"
110 \bind "M-a Right"               "depth-increment"
111
112 # Obsolete Tastenbelegung: in die persönliche *.bind Datei kopieren und
113 # auskommentieren wenn diese Tastenbelegung gewünscht ist.
114 # \bind "M-a S-quotedbl"                "layout Section*"       # M-a S-2
115 # \bind "M-a S-§"                       "layout Subsection*"    # M-a S-3
116 # \bind "M-a S-dollar"          "layout Subsubsection*" # M-a S-4
117
118
119 #
120 # Menue Zeichensatz
121 #
122 \bind "M-z f"                   "font-bold"
123 \bind "M-z k"                   "font-noun"
124 \bind "M-z h"                   "font-emph"
125 \bind "M-z i"                   "font-emph"
126 \bind "M-z m"                   "math-mode"
127 \bind "M-z c"                   "font-code"
128 \bind "M-z r"                   "font-roman"
129 \bind "M-z s"                   "font-sans"
130 \bind "M-z t"                   "ert-insert"
131 \bind "M-z u"                   "font-underline"
132
133 \bind "M-z Down"                "word-lowcase"
134 \bind "M-z Up"                  "word-upcase"
135 \bind "M-z Right"               "word-capitalize"
136
137 \bind "M-z space"               "font-default"
138
139 #
140 # Menue Tastatur
141 #
142 \bind "M-t 1"                   "keymap-primary"
143 \bind "M-t 2"                   "keymap-secondary"
144 \bind "M-t o"                   "keymap-off"
145 \bind "M-t t"                   "keymap-toggle"
146 \bind "M-t x"                   "keymap-off"