]> git.lyx.org Git - features.git/blob - lib/ui/default.ui
Give people a rational basis to describe what they dislike about tooltips!!!
[features.git] / lib / ui / default.ui
1 # This is the default LyX user interface definition file.         -*- text -*-
2 # The syntax should be straightforward enough. The menubar
3 # "main_nobuffer" (if it exists) is used when there is no buffer open;
4 # otherwise, the menubar "main" is used. 
5
6 Menuset
7
8     Menubar "main_nobuffer"
9         Submenu "File|F" "file_nobuffer"
10         Submenu "Edit|E" "edit_nobuffer"
11         Submenu "Help|H" "help"
12     End
13
14     Menubar "main"
15         Submenu "File|F" "file"
16         Submenu "Edit|E" "edit"
17         Submenu "Insert|I" "insert"
18         Submenu "Layout|L" "layout"
19         Submenu "View|V" "view"
20         Submenu "Navigate|N" "navigate"
21         Submenu "Documents|D" "documents"
22         Submenu "Help|H" "help"
23     End
24
25 #
26 # FILE MENU
27 #
28     Menu "file_nobuffer"
29         Item "New...|N" "buffer-new"
30         Item "New from Template...|T" "buffer-new-template"
31         Item "Open...|O" "file-open"
32         Separator
33         Submenu "Import|I" "file_import"
34         Item "Child processes|h" "show-forks"
35         Separator
36         Item "Exit|x" "lyx-quit"
37         Separator
38         Lastfiles
39     End
40
41     Menu "file"
42         Item "New...|N" "buffer-new"
43         Item "New from Template...|T" "buffer-new-template"
44         Item "Open...|O" "file-open"
45         Separator
46         Item "Close|C" "buffer-close"
47         Item "Save|S" "buffer-write"
48         Item "Save As...|A" "buffer-write-as"
49         Item "Revert to Saved|R" "buffer-reload"
50         Submenu "Version Control|V" "file_vc"
51         Separator
52         Submenu "Import|I" "file_import"
53         Submenu "Export|E" "file_export"
54         Item "Print...|P" "buffer-print"
55         OptItem "Fax...|F" "buffer-export fax"
56         Item "Child processes|h" "show-forks"
57         Separator
58         Item "Exit|x" "lyx-quit"
59         Separator
60         Lastfiles
61     End
62
63     Menu "file_vc"
64         OptItem "Register|R" "vc-register"
65         OptItem "Check In Changes|I" "vc-check-in"
66         OptItem "Check Out for Edit|O" "vc-check-out"
67         OptItem "Revert to Last Version|L" "vc-revert"
68         OptItem "Undo Last Check In|U" "vc-undo-last"
69         OptItem "Show History|H" "vc-history"
70     End
71
72     Menu "file_import"
73         ImportFormats
74     End
75
76     Menu "file_export"
77         ExportFormats
78         Item "Custom...|C" "buffer-export custom"
79     End
80
81 #
82 # EDIT MENU
83 #
84     Menu "edit_nobuffer"
85         Item "Preferences...|P" "dialog-preferences"
86         Item "Reconfigure|R" "reconfigure"
87     End
88
89     Menu "edit"
90         Item "Undo|U" "undo"
91         Item "Redo|d" "redo"
92         Separator
93         Item "Cut|C" "cut"
94         Item "Copy|o" "copy"
95         Item "Paste|a" "paste"
96         Submenu "Paste External Selection|x" "edit_paste"
97         Separator
98         Item "Find & Replace...|F" "find-replace"
99         Submenu "Tabular|T" "edit_tabular"
100         Submenu "Floats & Insets|I" "edit_floats"
101         Submenu "Math|M" "edit_math"
102         Separator
103         #Item "Read Only" "buffer-toggle-read-only"
104         Item "Spellchecker...|S" "spellchecker"
105         Item "Thesaurus..." "thesaurus-entry"
106         Item "Check TeX|h" "buffer-chktex"
107         Item "Remove All Error Boxes|E" "error-remove-all"
108         Separator
109         Item "Preferences...|P" "dialog-preferences"
110         Item "Reconfigure|R" "reconfigure"
111     End
112
113     Menu "edit_paste"
114         Item "as Lines|L" "primary-selection-paste"
115         Item "as Paragraphs|P" "primary-selection-paste paragraph"
116     End
117
118     Menu "edit_floats"
119         Item "Open/Close|O" "inset-toggle"
120 #       Item "Melt|M" "melt"
121 #       Item "Open All Figures/Tables|F" "floats-operate openfig"
122 #       Item "Close All Figures/Tables|T" "floats-operate closefig"
123 #       Item "Open All Footnotes/Marginal Notes|A" "floats-operate openfoot"
124 #       Item "Close All Footnotes/Marginal Notes|C" "floats-operate closefoot"
125     End
126
127     Menu "edit_tabular"
128         Item "Multicolumn|M" "tabular-feature multicolumn"
129         Separator
130         Item "Line Top|T" "tabular-feature toggle-line-top"
131         Item "Line Bottom|B" "tabular-feature toggle-line-bottom"
132         Item "Line Left|L" "tabular-feature toggle-line-left"
133         Item "Line Right|R" "tabular-feature toggle-line-right"
134         Separator
135         Item "Align Left|e" "tabular-feature align-left"
136         Item "Align Center|C" "tabular-feature align-center"
137         Item "Align Right|i" "tabular-feature align-right"
138         Separator
139         Item "V.Align Top|o" "tabular-feature valign-top"
140         Item "V.Align Center|n" "tabular-feature valign-center"
141         Item "V.Align Bottom|V" "tabular-feature valign-bottom"
142         Separator
143         Item "Add Row|A" "tabular-feature append-row"
144         Item "Delete Row|w" "tabular-feature delete-row"
145         Separator
146         Item "Add Column|u" "tabular-feature append-column"
147         Item "Delete Column|D" "tabular-feature delete-column"
148     End
149
150     Menu "edit_math"
151 #       Item "Make eqnarray|e" "break-line e"
152 #       Item "Make multline|m" "break-line m"
153 #       Item "Make align 1 column|1"  "break-line 1"
154 #       Item "Make align 2 columns|2"  "break-line 2"
155 #       Item "Make align 3 columns|3"  "break-line 3"
156 #       Item "Make alignat 2 columns|2"  "break-line B"
157 #       Item "Make alignat 3 columns|3"  "break-line C"
158 #       Separator
159         Item "Toggle numbering|n" "math-number"
160         Item "Toggle numbering of line|u" "math-nonumber"
161         Item "Toggle limits|l" "math-limits"
162         Separator
163         Item "Inline formula|I" "math-mutate inline"
164         Item "Displayed formula|D" "math-mutate display"
165         Item "Eqnarray environment|q" "math-mutate eqnarray"
166         Item "Align environment|A" "math-mutate align"
167         Separator
168         Item "Align Left|f" "math-halign left"
169         Item "Align Center|C" "math-halign center"
170         Item "Align Right|R" "math-halign right"
171         Separator
172         Item "V.Align Top|T" "math-valign top"
173         Item "V.Align Center|e" "math-valign center"
174         Item "V.Align Bottom|B" "math-valign bottom"
175         Separator
176         Item "Add Row" "math-row-insert"
177         Item "Delete Row" "math-row-delete"
178         Separator
179         Item "Add Column" "math-column-insert"
180         Item "Delete Column" "math-column-delete"
181     End
182
183 #
184 # INSERT MENU
185 #
186     Menu "insert"
187         Submenu "Math|h" "insert_math"
188         Separator
189         Submenu "Special Character|S" "insert_special"
190         Item "Citation Reference...|C" "citation-insert"
191         Item "Cross Reference...|R" "reference-insert"
192         Item "Label...|L" "label-insert"
193         Item "Footnote|F" "footnote-insert"
194         Item "Marginal Note|M" "marginalnote-insert"
195         Item "Index Entry...|I" "index-insert"
196         Item "Index Entry of Preceding Word|W" "index-insert-last"
197         Item "URL...|U" "url-insert"
198         Item "Note|N" "note-insert"
199         Submenu "Lists & TOC|O" "insert_toc"
200         Separator
201         Item "TeX|T" "ert-insert"
202         Item "Minipage|p" "minipage-insert"
203         Item "Graphics...|G" "graphics-insert"
204         Item "Tabular Material...|b" "dialog-tabular-insert"
205         Submenu "Floats|a" "insert_floats"
206         Separator
207         Item "Include File...|d" "buffer-child-insert"
208         Submenu "Insert File|e" "insert_file"
209         Item "External Material...|x" "external-insert"
210     End
211
212     Menu "insert_special"
213         Item "Superscript|S" "command-sequence math-mode ; math-superscript ; font-free; "
214         Item "Subscript|u" "command-sequence math-mode ; math-subscript ; font-free; "
215         Item "HFill|H" "hfill-insert"
216         Item "Hyphenation Point|P" "hyphenation-point-insert"
217         Item "Ligature break|k" "ligature-break-insert"
218         Item "Protected Blank|B" "protected-space-insert"
219         Item "Linebreak|L" "break-line"
220         Item "Ellipsis|i" "dots-insert"
221         Item "End of Sentence|E" "end-of-sentence-period-insert"
222         Item "Ordinary Quote|Q" "self-insert \""
223         Item "Menu Separator|M" "menu-separator-insert"
224     End
225
226     Menu "insert_math"
227         Item "Inline Formula|I" "math-mode"
228         Item "Display Formula|D" "math-display"
229         Item "Eqnarray environment|E" "command-sequence math-mode; math-mutate eqnarray;"
230         Item "AMS align environment|A" "command-sequence math-mode; math-mutate align;"
231         Item "AMS alignat environment|t" "command-sequence math-mode; math-mutate alignat;"
232         Item "AMS xalignat environment|x" "command-sequence math-mode; math-mutate xalignat;"
233         Item "AMS xxalignat environment" "command-sequence math-mode; math-mutate xxalignat;"
234   Separator
235         Item "Array environment|y" "math-insert matrix 2 2"
236         Item "Cases environment|C" "math-insert cases 2"
237   Separator
238         Item "Math Panel...|l" "math-panel"
239     End
240
241     Menu "insert_floats"
242         FloatInsert
243     End
244
245     Menu "insert_toc"
246         Item "Table of Contents|C" "toc-insert"
247         FloatListInsert
248         Item "Index List|I" "index-print"
249         Item "BibTeX Reference...|B" "bibtex-insert"
250     End
251
252     Menu "insert_file"
253         Item "LyX Document...|X" "file-insert"
254         Item "Ascii as Lines...|L" "file-insert-ascii"
255         Item "Ascii as Paragraphs...|P" "file-insert-ascii-para"
256     End
257
258 #
259 # LAYOUT MENU
260 #
261     Menu "layout"
262         Item "Character...|C" "layout-character"
263         Item "Paragraph...|P" "layout-paragraph"
264         Item "Document...|D" "layout-document"
265         OptItem "Tabular...|T" "layout-tabular"
266         Separator
267         Item "Emphasize Style|E" "font-emph"
268         Item "Noun Style|N" "font-noun"
269         Item "Bold Style|B" "font-bold"
270 #       Item "TeX Style|X" "tex-mode"
271         Separator
272         Item "Change Environment Depth|v" "depth-increment"
273         Item "Preamble...|r" "layout-preamble"
274         Item "Start Appendix here|A" "appendix"
275     End
276
277
278 #
279 # VIEW MENU
280 #
281     Menu "view"
282         ViewFormats
283         OptItem "Build Program|B" "build-program"
284         Submenu "Update|U" "update"
285         Separator
286         Item "LaTeX Logfile|L" "latex-view-log"
287         Item "Table of Contents|T" "toc-view"
288     End
289
290     Menu "update"
291         UpdateFormats
292     End
293
294 #
295 # NAVIGATE MENU
296 #
297     Menu "navigate"
298         Toc
299         Separator
300         Item "Error|E" "error-next"
301         Item "Note|N" "note-next"
302         Item "Refs|R" "reference-next"
303         Submenu "Bookmarks|B" "navigate_bookmarks"
304     End
305
306     Menu "navigate_bookmarks"
307         Item "Save Bookmark 1|S" "bookmark-save 1"
308         Item "Save Bookmark 2" "bookmark-save 2"
309         Item "Save Bookmark 3" "bookmark-save 3"
310         Separator
311         Item "Goto Bookmark 1|1" "bookmark-goto 1"
312         Item "Goto Bookmark 2|2" "bookmark-goto 2"
313         Item "Goto Bookmark 3|3" "bookmark-goto 3"
314     End
315
316 #
317 # DOCUMENTS MENU
318 #
319
320     Menu "documents"
321         Documents
322     End
323
324 #
325 # HELP MENU
326 #
327     Menu "help"
328         Item "What's This|W" "toggle-tooltips"
329         Item "Introduction|I" "help-open Intro"
330         Item "Tutorial|T" "help-open Tutorial"
331         Item "User's Guide|U" "help-open UserGuide"
332         Item "Extended Features|E" "help-open Extended"
333         Item "Customization|C" "help-open Customization"
334 #       Item "Reference Manual|R" "help-open Reference"
335         Item "FAQ|F" "help-open FAQ"
336         Item "Table of Contents|a" "help-open TOC"
337         Item "LaTeX Configuration|L" "help-open LaTeXConfig"
338         Separator
339         Item "About LyX|X" "help-aboutlyx"
340         Separator
341         Item "TeX Information" "help-Texinfo"
342     End
343
344 End
345
346 # Setup your favorite Toolbar here:
347 # Only three commands are allowed inside the begin_toolbar and end_toolbar
348 # directives: 
349 #   Icon "<action> [<parameter>]" adds an icon to the toolbar performing
350 #          "<action> <parameter>"
351 #      Examples:
352 #      Icon "font-size small"
353 #      Icon set-emph
354 #
355 #   Layouts adds the layouts combo-box to the toolbar
356 #
357 #   Separator adds some spacing to the toolbar
358 #
359 # The icons are found in the lib/image direcory under the name
360 # action.xpm or action_parameter.xpm.
361 #
362 #  All other lyx commands will get a "unknown" icon.
363 #
364 # This is the default toolbar:
365
366 Toolbar
367     Layouts
368     Icon "file-open"
369     Icon "buffer-write"
370     Icon "buffer-print"
371     Separator
372     Icon "cut"
373     Icon "copy"
374     Icon "paste"
375     Separator
376     Icon "font-emph"
377     Icon "font-noun"
378     Icon "font-free"
379     Separator
380     Icon "ert-insert"
381     Icon "math-mode"
382     #Icon "math-panel"
383     Separator
384     Icon "footnote-insert"
385     Icon "marginalnote-insert"
386     Icon "depth-next"
387     Separator
388     Icon "graphics-insert"
389     Icon "dialog-tabular-insert"
390 End