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