]> git.lyx.org Git - lyx.git/blob - lib/ui/default.ui
Small fix
[lyx.git] / lib / ui / default.ui
1 # This is the default LyX user interface definition file. The syntax
2 # should be straightforward enough. The menubar "main_nobuffer" (if it
3 # exists) is used when there is no buffer open; otherwise, the menubar
4 # "main" is used. 
5
6 Menuset
7
8     Menubar "main"
9         Submenu "File|F" "file"
10         Submenu "Edit|E" "edit"
11         Submenu "Layout|L" "layout"
12         Submenu "Insert|I" "insert"
13         Submenu "Math|M" "math"
14         Submenu "Options|O" "options"
15         Submenu "Documents|D" "documents"
16         Submenu "Help|H" "help"
17     End
18
19     Menubar "main_nobuffer"
20         Submenu "File|F" "file_nobuffer"
21         Submenu "Options|O" "options"
22         Submenu "Help|H" "help"
23     End
24
25     Menu "file" 
26         Item "New...|N" "buffer-new"
27         Item "New from template|t" "buffer-new-template"
28         Item "Open...|O" "buffer-open"
29         Separator
30         Item "Close|C" "buffer-close"
31         Item "Save|S" "buffer-write"
32         Item "Save As|A" "buffer-write-as"
33         Item "Revert to saved|R" "buffer-reload"
34         Separator
35         Item "View dvi|d" "buffer-view"
36         Item "View Postscript|w" "buffer-view-ps"
37         Item "Update dvi|v" "buffer-typeset"
38         Item "Update Postscript|u" "buffer-typeset-ps"
39         OptItem "Build program|B" "build-program"
40         Separator
41         Item "Print...|P" "buffer-print"
42         Item "Fax...|F" "buffer-fax"
43         Submenu "Import|I" "import"
44         Submenu "Export|E" "export"
45         Separator
46         Item "Exit|x" "lyx-quit"
47         Separator
48         Lastfiles
49     End
50
51     Menu "file_nobuffer" 
52         Item "New...|N" "buffer-new"
53         Item "New from template|t" "buffer-new-template"
54         Item "Open...|O" "buffer-open"
55         Separator
56         Submenu "Import|I" "import"
57         Separator
58         Item "Exit|x" "lyx-quit"
59         Separator
60         Lastfiles
61     End
62
63     Menu "import"
64         Item "LaTeX|L" "buffer-import latex"
65         Item "Ascii text as lines|A" "buffer-import ascii"
66         Item "Ascii text as paragraphs|p" "buffer-import ascii"
67         Item "Noweb|N" "buffer-import noweb"
68     End
69
70     Menu "export"
71         OptItem "as LaTeX|L" "buffer-export latex"
72         OptItem "as LinuxDoc|L" "buffer-export linuxdoc"
73         OptItem "as DocBook|B" "buffer-export docbook"
74         Item "as DVI|D" "buffer-export dvi"
75         Item "as Postscript|P" "buffer-export postscript"
76         Item "as Ascii|A" "buffer-export ascii"
77         Item "as HTML|H" "buffer-export html"
78         OptItem "Custom...|C" "buffer-export custom"
79     End
80
81     Menu "edit"
82         Item "Undo|U" "undo"
83         Item "Redo|R" "redo"
84         Separator
85         Item "Cut|C" "cut"
86         Item "Copy|o" "copy"
87         Item "Paste|P" "paste"
88         Separator
89         Item "Find & Replace...|F" "find-replace"
90         Item "Go to Error|E" "error-next"
91         Item "Go to Note|N" "note-next"
92         Submenu "Floats & Insets|I" "edit_floats"
93         Submenu "Table" "edit_table"
94         Item "Spellchecker...|S" "spellchecker"
95         Item "Check TeX|h" "buffer-chktex"
96         Item "Table of Contents|b" "toc-view"
97         Separator
98         Submenu "Version control" "vc"
99         Separator
100         Item "View LaTeX log file|w" "latex-view-log"
101         Separator
102         Submenu "Paste primary selection" "edit_paste"
103     End
104
105     Menu "edit_floats"
106     End
107
108     Menu "edit_table"
109     End
110
111     Menu "edit_paste"
112         Item "as Lines|L" "primary-selection-paste"
113         Item "as Paragraphs|g" "primary-selection-paste paragraph"
114     End
115
116     Menu "vc"
117          OptItem "Register|R" "vc-register"
118          OptItem "Check In Changes|I" "vc-check-in"
119          OptItem "Check Out for Edit|O" "vc-check-out"
120          OptItem "Revert to last version|l" "vc-revert"
121          OptItem "Undo last check in|U" "vc-undo-last"
122          OptItem "Show History|H" "vc-history"
123     End
124
125     Menu "layout"
126         Item "Character...|C" "layout-character"
127         Item "Paragraph...|P" "layout-paragraph"
128         Item "Paper...|a" "layout-paper"
129         Item "Document...|D" "layout-document"
130         Item "Table...|T" "layout-table"
131         Item "Quotes...|Q" "layout-quotes"
132         Separator
133         Item "Emphasize Style|E" "font-emph"
134         Item "Noun Style|N" "font-noun"
135         Item "Bold Style|B" "font-bold"
136         Item "TeX Style|x" "tex-mode"
137         Item "Change environment depth|v" "depth-increment"
138         Item "LaTeX preamble|a" "layout-preamble"
139         Item "Start of Appendix|x" "appendix"
140         Separator
141         Item "Save layout as default|S" "layout-save-default"
142     End
143
144     Menu "insert"
145         Item "Figure...|F" "figure-insert"
146         Item "Table...|T" "table-insert"
147         Separator
148         Item "Include File...|I" "buffer-child-insert"
149         Submenu "Import ascii file|a" "insert_ascii"
150         Item "Insert LyX file|X" "file-insert"
151         Item "Insert external material...|e" "external-insert"
152         Separator
153         Item "Footnote|F" "footnote-insert"
154         Item "Marginnote|M" "marginpar-insert"
155         Submenu "Floats|a" "insert_floats"
156         Separator
157         Submenu "Lists & TOC|T" "insert_toc"
158         Separator
159         Submenu "Special character|S" "insert_special"
160         Separator
161         Item "Note...|N" "note-insert"
162         Item "Label...|L" "label-insert"
163         Item "Cross reference...|r" "reference-insert"
164         Item "Citation reference...|i" "citation-insert"
165         Item "Index entry...|d" "index-insert"
166         Item "Index entry of last word|w" "index-insert-last"
167         Item "URL...|U" "url-insert"
168     End
169
170     Menu "insert_ascii"
171         Item "As lines|l" "file-insert-ascii lines"
172         Item "As paragraphs|p" "file-insert-ascii paragraphs"
173     End
174
175     Menu "insert_floats"
176         Item "Figure float|F" "buffer-float-insert figure"
177         Item "Table float|T" "buffer-float-insert table"
178         Item "Wide figure float|W" "buffer-float-insert wide-fig"
179         Item "Wide table float|d" "buffer-float-insert wide-tab"
180         Separator
181         Item "Algorithm float|A" "buffer-float-insert algorithm"
182     End
183
184     Menu "insert_toc"
185         Item "Table of Contents|C" "toc-view"
186         Item "List of Figures|F" "lof-insert"
187         Item "List of Tables|T" "lot-insert"
188         Item "List of Algorithms|A" "loa-insert"
189         Item "Index List|I" "index-print"
190         Item "BibTeX reference|B" "bibtex-insert"
191     End
192
193     Menu "insert_special"
194         Item "HFill|H" "hfill-insert"
195         Item "Hyphenation point|p" "hyphenation-point-insert"
196         Item "Protected blank|b" "protected-space-insert"
197         Item "Linebreak|L" "break-line"
198         Item "Ellipsis|i" "dots-insert"
199         Item "End of sentence|E" "end-of-sentence-period-insert"
200         Item "Ordinary Quote|Q" "quote-insert"
201         Item "Menu Separator|M" "menu-separator-insert"
202     End
203
204     Menu "math"
205         Item "Fraction|F" "math-insert frac"
206         Item "Square root|S" "math-insert sqrt"
207         Item "Exponent|E" "math-insert ^"
208         Item "Index|x" "math-insert -"
209         Item "Sum|u" "math-insert sum"
210         Item "Integral|I" "math-insert int"
211         Separator
212         Item "Math mode|M" "math-mode"
213         Item "Display|D" "math-display"
214         Separator
215         Item "Math Panel...|P" "math-panel"
216     End
217
218     Menu "options"
219         Item "Screen Fonts...|F" "screen-options"
220         Item "Spellchecker Options...|S" "spellchecker-options"
221         Item "Keyboard...|K" "keyboard-options"
222         Separator
223         Item "Reconfigure|R" "reconfigure"
224         Item "Preferences|P" "options-preferences"
225     End
226     
227     Menu "documents"
228         Documents
229     End
230
231     Menu "help"
232         Item "Introduction|I" "help-open Intro"
233         Item "Tutorial|T" "help-open Tutorial"
234         Item "User's Guide|U" "help-open UserGuide"
235         Item "Extended Features|x" "help-open Extended"
236         Item "Customization|C" "help-open Customization"
237         Item "Reference Manual|R" "help-open Reference"
238         Item "FAQ|F" "help-open FAQ"
239         Item "Table of contents|a" "help-open TOC"
240         Item "Known Bugs|K" "help-open BUGS"
241         Item "LaTeX Configuration|L" "help-open LaTeXConfig"
242         Separator
243         Item "Copyright and Warranty...|o" "help-copyright"
244         Item "Credits...|e" "help-credits"
245         Item "Version...|V" "help-version"
246     End
247
248 End
249
250 # Setup your favorite Toolbar here:
251 # Only three commands are allowed inside the begin_toolbar and end_toolbar
252 # directives: 
253 #   Icon "<action> [<parameter>]" adds an icon to the toolbar performing
254 #          "<action> <parameter>"
255 #      Examples:
256 #      Icon "font-size small"
257 #      Icon set-emph
258 #
259 #   Layouts adds the layouts combo-box to the toolbar
260 #
261 #   Separator adds some spacing to the toolbar
262 #
263 # The icons are found in the lib/image direcory under the name
264 # action.xpm or action_parameter.xpm.
265 #
266 #  All other lyx commands will get a "unknown" icon.
267 #
268 # This is the default toolbar:
269
270 Toolbar
271     Layouts
272     Icon "buffer-open"
273     Icon "buffer-write"
274     Icon "buffer-print"
275     Separator
276     Icon "cut"
277     Icon "copy"
278     Icon "paste"
279     Separator
280     Icon "font-emph"
281     Icon "font-noun"
282     Icon "font-free"
283     Separator
284     Icon "footnote-insert"
285     Icon "marginpar-insert"
286     Icon "depth-next"
287     Separator
288     Icon "tex-mode"
289     Icon "math-mode"
290     Separator
291     Icon "figure-insert"
292     Icon "table-insert"
293 End
294