]> git.lyx.org Git - lyx.git/blob - lib/bind/de/menus.bind
Fix #10778 (issue with CJK and language nesting)
[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 # Menü Schriftgröße
40 #
41 Format 4
42
43 \bind "M-s t"                   "font-size tiny"
44 \bind "M-s S-S"                 "font-size footnotesize"
45 \bind "M-s s"                   "font-size small"
46 \bind "M-s n"                   "font-size normal"
47 \bind "M-s l"                   "font-size large"
48 \bind "M-s S-L"                 "font-size larger"
49 \bind "M-s h"                   "font-size huge"
50 \bind "M-s S-H"                 "font-size giant"
51
52 \bind "M-s 1"                   "font-size tiny"
53 \bind "M-s 2"                   "font-size scriptsize"
54 \bind "M-s 3"                   "font-size footnotesize"
55 \bind "M-s 4"                   "font-size small"
56 \bind "M-s 5"                   "font-size normal"
57 \bind "M-s 6"                   "font-size large"
58 \bind "M-s 7"                   "font-size larger"
59 \bind "M-s 8"                   "font-size largest"
60 \bind "M-s 9"                   "font-size huge"
61 \bind "M-s 0"                   "font-size giant"
62
63 \bind "M-s plus"                "font-size increase"
64 \bind "M-s minus"               "font-size decrease"
65
66 #
67 # Menü Absatztyp
68 #
69 \bind "M-a 0"                   "layout Part"
70 \bind "M-a 1"                   "layout Chapter"
71 \bind "M-a 2"                   "layout Section"
72 \bind "M-a 3"                   "layout Subsection"
73 \bind "M-a 4"                   "layout Subsubsection"
74 \bind "M-a 5"                   "layout Paragraph"
75 \bind "M-a 6"                   "layout Subparagraph"
76 \bind "M-a ~S-asterisk ~S-0"    "layout Part*"
77 \bind "M-a ~S-asterisk ~S-1"    "layout Chapter*"
78 \bind "M-a ~S-asterisk ~S-2"    "layout Section*"
79 \bind "M-a ~S-asterisk ~S-3"    "layout Subsection*"
80 \bind "M-a ~S-asterisk ~S-4"    "layout Subsubsection*"
81 \bind "M-a ~S-asterisk ~S-5"    "layout Paragraph*"
82 \bind "M-a ~S-asterisk ~S-6"    "layout Subparagraph*"
83 \bind "M-a a"                   "layout Abstract"
84 \bind "M-a S-A"                 "layout Author"
85 \bind "M-a M-a"                 "layout Address"
86 \bind "M-a C-a"                 "layout Right_Address"
87 \bind "M-a b"                   "layout Itemize"        # bulleted list
88 \bind "M-a S-B"                 "layout Bibliography"
89 \bind "M-a c"                   "layout LyX-Code"
90 \bind "M-a S-C"                 "layout Comment"
91 \bind "M-a d"                   "layout Description"
92 \bind "M-a S-D"                 "layout Date"
93 \bind "M-a e"                   "layout Enumerate"      # numbered list
94 \bind "M-a f"                   "layout ShortFoilhead"  # Foils!!
95 \bind "M-a S-F"                 "layout Foilhead"       # Foils!!
96 \bind "M-a i"                   "layout Itemize"        # bulleted list
97 \bind "M-a l"                   "layout List"
98 \bind "M-a S-L"                 "layout LaTeX"
99 \bind "M-a n"                   "layout Enumerate"      # numbered list
100 \bind "M-a q"                   "layout Quote"
101 \bind "M-a S-Q"                 "layout Quotation"
102 \bind "M-a r"                   "layout ShortRotatefoilhead"    # Foils!!
103 \bind "M-a S-R"                 "layout Rotatefoilhead" # Foils!!
104 \bind "M-a s"                   "layout Standard"
105 \bind "M-a t"                   "layout Title"
106 \bind "M-a x"                   "layout LaTeX"
107 \bind "M-a space"               "drop-layouts-choice"
108 \bind "M-a v"                   "layout Verse"
109
110 \bind "M-a Left"                "outline-out"
111 \bind "M-a Right"               "outline-in"
112 \bind "M-a Up"                  "outline-up"
113 \bind "M-a Down"                "outline-down"
114
115
116 \bind "M-a Return"              "environment-split"
117 \bind "M-a S-Return"            "environment-split outer"
118
119 # Obsolete Tastenbelegung: in die persönliche *.bind Datei kopieren und
120 # auskommentieren wenn diese Tastenbelegung gewünscht ist.
121 # \bind "M-a S-quotedbl"        "layout Section*"       # M-a S-2
122 # \bind "M-a S-§"              "layout Subsection*"    # M-a S-3
123 # \bind "M-a S-dollar"          "layout Subsubsection*" # M-a S-4
124
125 #
126 # Argumente
127 #
128
129 \bind "M-g 1"                   "argument-insert 1"
130 \bind "M-g 2"                   "argument-insert 2"
131 \bind "M-g 3"                   "argument-insert 3"
132 \bind "M-g 4"                   "argument-insert 4"
133 \bind "M-g 5"                   "argument-insert 5"
134 \bind "M-g 6"                   "argument-insert 6"
135 \bind "M-g 7"                   "argument-insert 7"
136 \bind "M-g 8"                   "argument-insert 8"
137 \bind "M-g 9"                   "argument-insert 9"
138
139
140 #
141 # Menü Zeichensatz
142 #
143 \bind "M-z f"                   "font-boldsymbol"
144 \bind "M-z k"                   "font-noun"
145 \bind "M-z h"                   "font-emph"
146 \bind "M-z i"                   "font-emph"
147 \bind "M-z m"                   "math-mode"
148 \bind "M-z c"                   "font-typewriter"
149 \bind "M-z r"                   "font-roman"
150 \bind "M-z s"                   "font-sans"
151 \bind "M-z t"                   "ert-insert"
152 \bind "M-z u"                   "font-underline"
153
154 \bind "M-z Down"                "word-lowcase"
155 \bind "M-z Up"                  "word-upcase"
156 \bind "M-z Right"               "word-capitalize"
157
158 \bind "M-z space"               "font-default"
159
160 #
161 # Menü Tastatur
162 #
163 \bind "M-t 1"                   "keymap-primary"
164 \bind "M-t 2"                   "keymap-secondary"
165 \bind "M-t o"                   "keymap-off"
166 \bind "M-t t"                   "keymap-toggle"
167 \bind "M-t x"                   "keymap-off"