]> git.lyx.org Git - lyx.git/blob - lib/bind/hu_menus.bind
85a590ff68fe70b7db5f6b970788d8b688c06d6d
[lyx.git] / lib / bind / hu_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
12 #
13 # Visible Menu access menu
14 #
15
16 #\bind "F10 f"                  "menu-open Fájl"
17 #\bind "F10 z"                  "menu-open Szerkesztés"
18 #\bind "F10 n"                  "menu-open Nézet"
19 #\bind "F10 b"                  "menu-open Beszúrás"
20 #\bind "F10 k"                  "menu-open Képlet"
21 #\bind "F10 e"                  "menu-open Beállítások"
22 #\bind "F10 d"                  "menu-open Dokumentumok"
23 #\bind "F10 s"                  "menu-open Súgó"
24
25
26 #
27 # File menu
28 #
29
30 #\bind "M-f space"              "menu-open Fájl" 
31 #\bind "M-f j"                  "buffer-new"
32 #\bind "M-f a"                  "buffer-new-template"
33 #\bind "M-f n"                  "buffer-open"
34 #\bind "M-f z"                  "buffer-close"
35 #\bind "M-f m"                  "buffer-write"
36 #\bind "M-f t"                  "buffer-write-as"
37 #\bind "M-f i"                  "buffer-reload"
38 #\bind "M-f d"                  "buffer-view dvi"
39 #\bind "M-f p"                  "buffer-view ps"
40 #\bind "M-f v"                  "buffer-update dvi"
41 #\bind "M-f o"                  "buffer-update ps"
42 #\bind "M-f y"                  "buffer-print" 
43 #\bind "M-f f"                  "buffer-fax"
44 #\bind "M-f l"                  "buffer-export latex"
45 #\bind "M-f u"                  "buffer-export linuxdoc"
46 #\bind "M-f c"                  "buffer-export ascii"
47 #\bind "M-f h"                  "buffer-export html"
48 #\bind "M-f s"                  "buffer-export custom"
49 #\bind "M-f k"                  "lyx-quit"
50 #\bind "M-f x"                  "lyx-quit"
51 #bind "M-f l"                   "file-last"             # Not yet implemented.
52
53
54 #
55 # Edit menu
56 #
57
58 #\bind "M-z space"              "menu-open Szerkesztés" 
59 #\bind "M-z v"                  "undo"
60 #\bind "M-z i"                  "redo"
61 #\bind "M-z k"                  "cut"
62 #\bind "M-z m"                  "copy"
63 #\bind "M-z b"                  "paste"
64 #\bind "M-z e"                  "find-replace"
65 #\bind "M-z h"                  "error-next"
66 #\bind "M-z g"                  "note-next"
67 #bind "M-z b"                   "table"                 # Not yet implemented!
68 #\bind "M-z n"                  "spellchecker"
69 #\bind "M-z t"                  "buffer-chktex"
70 #\bind "M-z a"                  "toc-view"
71 #\bind "M-z l"                  "latex-view-log"
72 #\bind "M-z s"                  "line-delete-forward"
73 #\bind "M-z m"                  "mark-on"
74 #\bind "M-z S-M"                        "mark-off"
75
76
77 #
78 # Layout menu
79 #
80
81 #\bind "M-o space"              "menu-open Formátum"  
82 #\bind "M-o b"                  "layout-character"
83 #\bind "M-o e"                  "layout-paragraph"
84 #\bind "M-o d"                  "layout-document"
85 #\bind "M-o o"                  "layout-paper"
86 #\bind "M-o q"                  "layout-quotes" 
87 #\bind "M-o l"                  "font-emph" 
88 #\bind "M-o k"                  "font-noun" 
89 #\bind "M-o f"                  "font-bold" 
90 #\bind "M-o x"                  "tex-mode" 
91 #\bind "M-o v"                  "depth-next"
92 #\bind "M-o a"                  "layout-preamble" 
93 #\bind "M-o s"                  "buffer-itemize-bullets-select"
94
95
96 #
97 # Insert menu
98 #
99
100 #\bind "M-b space"              "menu-open Beszúrás"  
101 #\bind "M-b b"                  "figure-insert"
102 #\bind "M-b t"                  "table-insert"
103 #\bind "M-b f"                  "buffer-child-insert"
104 #\bind "M-b l"                  "footnote-insert"
105 #\bind "M-b s"                  "marginpar-insert"
106
107 #\bind "M-b j a"                        "toc-insert"
108 #\bind "M-b j b"                        "lof-insert"
109 #\bind "M-b j t"                        "lot-insert"
110 #\bind "M-b a"                  "loa-insert"
111 #\bind "M-b j l"                        "loa-insert"
112 #\bind "M-b j r"                        "index-print"
113 #\bind "M-b j i"                        "bibtex-insert"
114
115 #\bind "M-b p h"                        "hfill-insert"
116 #\bind "M-b minus"              "hyphenation-point-insert"
117 #\bind "M-b p minus"            "hyphenation-point-insert"
118 #\bind "M-b p e"                        "hyphenation-point-insert"
119 #\bind "M-b p v"                        "protected-space-insert"
120 #\bind "M-b p space"            "protected-space-insert"
121 #\bind "M-b p s"                        "break-line"
122 #\bind "M-b p z"                        "dots-insert"
123 #\bind "M-b p e"                        "end-of-sentence-period-insert"
124 #\bind "M-b q"                  "quote-insert"
125 #\bind "M-b apostrophe"         "quote-insert"
126 #\bind "M-b S-quotedbl"         "quote-insert"
127 #\bind "M-b p q"                        "quote-insert"
128 #
129 #\bind "M-b m"                  "note-insert"
130 #\bind "M-b c"                  "label-insert"
131 #\bind "M-b k"                  "reference-insert"
132 #\bind "M-b i"                  "citation-insert"
133
134
135
136 #
137 # Math menu
138 #
139
140 #\bind "M-k space"              "menu-open Képlet" 
141
142 #
143 # Options menu
144 #
145
146 #bind "M-e f"                   "screen-font-options"   # Not yet implemented!
147 #bind "M-e s"                   "spellcheck-options"    # Not yet implemented!
148 #bind "M-e k"                   "keyboard-options"      # Not yet implemented!
149 #bind "M-e l"                   "latex-options"         # Not yet implemented!
150 #\bind "M-e space"              "menu-open Egyebek"  
151
152
153 #
154 # Documents menu
155 #
156 # These are now defined in cua or emacs bind files so their "standard"
157 # bindings are available. (eg M-d "word-delete-forward" in emacs) ARRae
158 #\bind "M-d p"                  "buffer-previous"
159 \bind "M-d space"               "menu-open Dokumentumok"
160
161
162 #
163 # Help menu
164 #
165
166 #bind "M-h i"                   "help-introduction"     # Not yet implemented!
167 #bind "M-h t"                   "help-tutorial"         # Not yet implemented!
168 #bind "M-h u"                   "help-user-guide"       # Not yet implemented!
169 #bind "M-h r"                   "help-reference-guide"  # Not yet implemented!
170 #bind "M-h h"                   "help-how-do-i-"        # Not yet implemented!
171 #bind "M-h c"                   "help-customization"    # Not yet implemented!
172 #bind "M-h s"                   "help-special-tools"    # Not yet implemented!
173 #bind "M-h k"                   "help-known-bugs"       # Not yet implemented!
174 #bind "M-h a"                   "help-latex-config"     # Not yet implemented!
175 #bind "M-h o"                   "help-copyright"        # Not yet implemented!
176 #bind "M-h e"                   "help-credits"          # Not yet implemented!
177 #bind "M-h v"                   "help-version"          # Not yet implemented!
178 #\bind "M-s space"              "menu-open Súgó" 
179
180
181 #
182 # Font size menu
183 #
184
185 \bind "M-s t"                   "font-size tiny"
186 \bind "M-s S-S"                 "font-size smaller"
187 \bind "M-s s"                   "font-size small"
188 \bind "M-s n"                   "font-size normal"
189 \bind "M-s l"                   "font-size large"
190 \bind "M-s S-L"                 "font-size larger"
191 \bind "M-s h"                   "font-size huge"
192 \bind "M-s S-H"                 "font-size huger"
193
194 \bind "M-s 1"                   "font-size tiny"
195 \bind "M-s 2"                   "font-size smallest"
196 \bind "M-s 3"                   "font-size smaller"
197 \bind "M-s 4"                   "font-size small"
198 \bind "M-s 5"                   "font-size normal"
199 \bind "M-s 6"                   "font-size large"
200 \bind "M-s 7"                   "font-size larger"
201 \bind "M-s 8"                   "font-size largest"
202 \bind "M-s 9"                   "font-size huge"
203 \bind "M-s 0"                   "font-size huger"
204
205 \bind "M-s plus"                "font-size increase"
206 \bind "M-s minus"               "font-size decrease"
207
208
209 #
210 # Alignment menu
211 #
212
213 #bind "M-a l"                   "para-align left"       # Not yet implemented!
214 #bind "M-a r"                   "para-align right"      # Not yet implemented!
215 #bind "M-a c"                   "para-align center"     # Not yet implemented!
216 #bind "M-a b"                   "para-align block"      # Not yet implemented!
217 #bind "M-a f"                   "para-align block"      # Not yet implemented!
218 #bind "M-a d"                   "para-align default"    # Not yet implemented!
219
220
221 #
222 # Paragraph style menu
223 #
224
225 \bind "M-p 1"                   "layout Chapter" 
226 \bind "M-p 2"                   "layout Section" 
227 \bind "M-p 3"                   "layout Subsection"  
228 \bind "M-p 4"                   "layout Subsubsection"    
229 \bind "M-p 5"                   "layout Paragraph"        
230 \bind "M-p 6"                   "layout Subparagraph"
231 \bind "M-p a"                   "layout Abstract"
232 \bind "M-p S-A"                 "layout Author"
233 \bind "M-p M-a"                 "layout Address"
234 \bind "M-p C-a"                 "layout RightAddress"
235 \bind "M-p b"                   "layout Itemize"        # bulleted list
236 \bind "M-p S-B"                 "layout Bibliography"
237 \bind "M-p c"                   "layout LyX-Code"
238 \bind "M-p S-C"                 "layout Comment"
239 \bind "M-p M-c"                 "layout Caption"
240 \bind "M-p d"                   "layout Description"
241 \bind "M-p S-D"                 "layout Date"
242 \bind "M-p e"                   "layout Enumerate"      # numbered list
243 \bind "M-p f"                   "layout ShortFoilhead"  # Foils!!
244 \bind "M-p S-F"                 "layout Foilhead"       # Foils!!
245 \bind "M-p i"                   "layout Itemize"        # bulleted list
246 \bind "M-p l"                   "layout List"
247 \bind "M-p S-L"                 "layout LaTeX"
248 \bind "M-p n"                   "layout Enumerate"      # numbered list
249 \bind "M-p q"                   "layout Quote"
250 \bind "M-p S-Q"                 "layout Quotation"
251 \bind "M-p r"                   "layout ShortRotatefoilhead"    # Foils!!
252 \bind "M-p S-R"                 "layout Rotatefoilhead" # Foils!!
253 \bind "M-p s"                   "layout Standard"
254 \bind "M-p t"                   "layout Title"
255 \bind "M-p x"                   "layout LaTeX"
256 \bind "M-p space"               "drop-layouts-choice"
257 \bind "M-p S-at"                "layout Section*"       # M-p S-2
258 \bind "M-p S-dollar"            "layout Subsubsection*" # M-p S-4
259 \bind "M-p S-numbersign"        "layout Subsection*"    # M-p S-3
260 \bind "M-p v"                   "layout Verse"
261
262 \bind "M-p Left"                "depth-decrement"
263 \bind "M-p Right"               "depth-increment"
264
265
266 #
267 # Character style menu
268
269
270 \bind "M-c b"                   "font-bold"
271 \bind "M-c c"                   "font-noun"
272 \bind "M-c e"                   "font-emph"
273 \bind "M-c m"                   "math-mode"
274 \bind "M-c p"                   "font-code"
275 \bind "M-c r"                   "font-roman"
276 \bind "M-c s"                   "font-sans"
277 \bind "M-c t"                   "tex-mode"
278 \bind "M-c u"                   "font-underline"
279
280 \bind "M-c Down"                "word-lowcase"
281 \bind "M-c Up"                  "word-upcase"
282 \bind "M-c Right"               "word-capitalize"
283
284 \bind "M-c space"               "font-default"                  
285
286
287 #
288 # Keyboard menu
289 #
290
291 \bind "M-k 1"                   "keymap-primary"
292 \bind "M-k 2"                   "keymap-secondary"
293 \bind "M-k o"                   "keymap-off"
294 \bind "M-k t"                   "keymap-toggle"
295 \bind "M-k x"                   "keymap-off"