]> git.lyx.org Git - lyx.git/blob - lib/ui/stdmenus.inc
Introduce InsetPreview.
[lyx.git] / lib / ui / stdmenus.inc
1 # -*- text -*-
2
3 # file stdmenus.inc
4 # This file is part of LyX, the document processor.
5 # Licence details can be found in the file COPYING.
6
7 # author Jean-Marc Lasgouttes
8 # author John Levon
9 # author Michael Gerz
10
11 # Full author contact details are available in file CREDITS.
12
13 # The interface is designed (partially) following the KDE Human Interface
14 # Guidelines (http://usability.kde.org/hig/)
15
16 # Casing Rules:
17 # Capitalize all words in the element, with the following exceptions: 
18 # * Articles: a, an, the. 
19 # * Conjunctions: and, but, for, not, so, yet ...  
20 # * Prepositions of three or fewer letters: at, for, by, in, to ...
21 #   (except when the preposition is part of a verb phrase, such as "Check In")
22 # (http://library.gnome.org/devel/hig-book/stable/design-text-labels.html.en)
23
24 Menuset
25
26         Menubar
27 # Make the first 4 menus be as much as expected as possible
28                 Submenu "File|F" "file"
29                 Submenu "Edit|E" "edit"
30                 Submenu "View|V" "view"
31                 Submenu "Insert|I" "insert"
32                 Submenu "Navigate|N" "navigate"
33                 Submenu "Document|D" "document"
34                 Submenu "Tools|T" "tools"
35                 Submenu "Help|H" "help"
36         End
37
38 #
39 # FILE MENU
40 #
41
42         Menu "file"
43                 Item "New|N" "buffer-new"
44                 Item "New from Template...|m" "buffer-new-template"
45                 Item "Open...|O" "file-open"
46                 Submenu "Open Recent|t" "file_lastfiles"
47                 Separator
48                 Item "Close|C" "buffer-close"
49                 Item "Close All" "buffer-close-all"
50                 Item "Save|S" "buffer-write"
51                 Item "Save As...|A" "buffer-write-as"
52                 Item "Save All|l" "buffer-write-all"
53                 Item "Revert to Saved|R" "buffer-reload"
54                 Submenu "Version Control|V" "file_vc"
55                 Separator
56                 Submenu "Import|I" "file_import"
57                 Submenu "Export|E" "file_export"
58                 Item "Print...|P" "dialog-show print"
59                 OptItem "Fax...|F" "buffer-export fax"
60                 Separator
61                 Item "New Window|W" "window-new"
62                 Item "Close Window|d" "window-close"
63                 Separator
64                 Item "Exit|x" "lyx-quit"
65         End
66
67         Menu "file_lastfiles"
68                 Lastfiles
69         End
70
71         Menu "file_vc"
72                 OptItem "Register...|R" "vc-register"
73                 OptItem "Check In Changes...|I" "vc-command DR \".\" \"TortoiseProc /command:commit /path:$$p\""
74                 OptItem "Check Out for Edit|O" "vc-command DR \".\" \"TortoiseProc /command:update /path:$$p\""
75                 OptItem "Update Local Directory From Repository|d" "vc-repo-update"
76                 OptItem "Revert to Repository Version|v" "vc-command DR \".\" \"TortoiseProc /command:revert /path:$$p\""
77                 OptItem "Undo Last Check In|U" "vc-undo-last"
78                 OptItem "Compare with Older Revision|C" "vc-compare"
79                 OptItem "Show History...|H" "vc-command D \".\" \"TortoiseProc /command:log /path:$$p\""
80                 OptItem "Use Locking Property|L" "vc-locking-toggle"
81         End
82
83         Menu "file_import"
84                 ImportFormats
85         End
86
87         Menu "file_export"
88                 ExportFormats
89                 Item "Custom...|C" "buffer-export custom"
90         End
91
92 #
93 # EDIT MENU
94 #
95
96         Menu "edit"
97                 Item "Undo|U" "undo"
98                 Item "Redo|R" "redo"
99                 Separator
100                 Item "Cut" "cut"
101                 Item "Copy" "copy"
102                 Item "Paste" "paste"
103                 Submenu "Paste Recent|e" "edit_pasterecent"
104                 Submenu "Paste Special" "edit_paste"
105                 Separator
106                 Item "Select All" "command-sequence buffer-begin ; buffer-end-select"
107                 Separator
108                 Item "Find & Replace (Quick)...|F" "dialog-show findreplace"
109                 Item "Find & Replace (Advanced)..." "dialog-show findreplaceadv"
110                 Separator
111                 Item "Move Paragraph Up|o" "paragraph-move-up"
112                 Item "Move Paragraph Down|v" "paragraph-move-down"
113                 Separator
114                 Submenu "Text Style|S" "edit_textstyles"
115                 LanguageSelector
116                 Item "Paragraph Settings...|P" "layout-paragraph"
117                 Separator
118 # Mathed b0rkage means these don't work properly
119                 OptSubmenu "Table|T" "edit_tabular"
120                 OptSubmenu "Math|M" "edit_math"
121                 OptSubmenu "Rows & Columns|C" "edit_tabular_features"
122                 Separator
123 # This is where the context-specific stuff is supposed to go.
124 # The idea is that everything on here can disappear and should
125 # only appear when relevant (getStatus). Only stuff that needs
126 # a right-click to bring up the dialog should appear here (it is not
127 # obvious what the context is for the others)
128                 OptItem "Increase List Depth|I" "depth-increment"
129                 OptItem "Decrease List Depth|D" "depth-decrement"
130                 OptItem "Dissolve Inset" "inset-dissolve"
131                 OptItem "TeX Code Settings...|C" "inset-settings ert"
132 # 'a' shortcut to match Insert entry, shouldn't clash with Table Settings
133                 OptItem "Float Settings...|a" "inset-settings float"
134                 OptItem "Text Wrap Settings...|W" "inset-settings wrap"
135                 OptItem "Note Settings...|N" "inset-settings note"
136                 OptItem "Phantom Settings...|h" "inset-settings phantom"
137                 OptItem "Branch Settings...|B" "inset-settings branch"
138                 OptItem "Box Settings...|x" "inset-settings box"
139                 OptItem "Index Entry Settings...|y" "inset-settings index"
140                 OptItem "Index Settings...|x" "inset-settings index_print"
141                 OptItem "Info Settings...|n" "inset-settings info"
142                 OptItem "Listings Settings...|g" "inset-settings listings"
143 # Hey, guess what's broken ? Surprise surprise, it's tabular stuff
144 # This is in the Table submenu instead for now.
145 #       OptItem "Table Settings...|a" "inset-settings tabular"
146                 OptItem "Table Settings...|a" "layout-tabular"
147         End
148
149         Menu "edit_paste"
150                 Item "Plain Text|T" "clipboard-paste"
151                 Item "Plain Text, Join Lines|J" "clipboard-paste paragraph"
152                 Separator
153                 Item "Selection|S" "primary-selection-paste"
154                 Item "Selection, Join Lines|i" "primary-selection-paste paragraph"
155                 Separator
156                 Item "Paste as LinkBack PDF" "paste linkback"
157                 Item "Paste as PDF" "paste pdf"
158                 Item "Paste as PNG" "paste png"
159                 Item "Paste as JPEG" "paste jpeg"
160         End
161
162         Menu "edit_pasterecent"
163                 PasteRecent
164         End
165
166         Menu "edit_textstyles"
167                 Item "Dissolve Text Style" "inset-dissolve charstyle"
168                 CharStyles
169                 Elements
170                 Separator
171                 Item "Customized...|C" "dialog-show character"
172                 Separator
173                 Item "Capitalize|a" "word-capitalize"
174                 Item "Uppercase|U" "word-upcase"
175                 Item "Lowercase|L" "word-lowcase"
176         End
177
178 # not much we can do to help here
179         Menu "edit_tabular"
180                 Item "Multicolumn|M" "inset-modify tabular multicolumn"
181                 Separator
182                 Item "Top Line|T" "inset-modify tabular toggle-line-top"
183                 Item "Bottom Line|B" "inset-modify tabular toggle-line-bottom"
184                 Item "Left Line|L" "inset-modify tabular toggle-line-left"
185                 Item "Right Line|R" "inset-modify tabular toggle-line-right"
186                 Separator
187                 Item "Top|p" "inset-modify tabular tabular-valign-top"
188                 Item "Middle|i" "inset-modify tabular tabular-valign-middle"
189                 Item "Bottom|o" "inset-modify tabular tabular-valign-bottom"
190         End
191
192         Menu "edit_tabular_features"
193                 Item "Left|L" "inset-modify tabular align-left"
194                 Item "Center|C" "inset-modify tabular align-center"
195                 Item "Right|R" "inset-modify tabular align-right"
196                 Separator
197                 Item "Top|T" "inset-modify tabular valign-top"
198                 Item "Middle|M" "inset-modify tabular valign-middle"
199                 Item "Bottom|B" "inset-modify tabular valign-bottom"
200                 Separator
201                 Item "Add Row|A" "inset-modify tabular append-row"
202                 Item "Delete Row|D" "inset-modify tabular delete-row"
203                 Item "Copy Row|o" "inset-modify tabular copy-row"
204                 # Item "Swap Rows|S" "inset-modify tabular swap-row" # currently broken
205                 Separator
206                 Item "Add Column|u" "inset-modify tabular append-column"
207                 Item "Delete Column|e" "inset-modify tabular delete-column"
208                 Item "Copy Column|p" "inset-modify tabular copy-column"
209                 # Item "Swap Columns|w" "inset-modify tabular swap-column" # currently broken
210         End
211
212         Menu "edit_math"
213                 Item "Number Whole Formula|N" "math-number-toggle"
214                 Item "Number This Line|u" "math-number-line-toggle"
215                 Submenu "Change Limits Type|L" "edit_math_limits"
216                 Submenu "Macro Definition" "edit_math_macro_definition"
217                 Separator
218                 Submenu "Change Formula Type|F" "edit_math_mutate"
219                 Separator
220                 Submenu "Text Style|T" "edit_math_fontstyles"
221                 Separator
222                 Submenu "Use Computer Algebra System|S" "edit_math_extern"
223                 Separator
224                 Item "Split Cell|C" "cell-split"
225                 Separator
226                 Item "Add Line Above|A" "inset-modify tabular add-hline-above"
227                 Item "Add Line Below|B" "inset-modify tabular add-hline-below"
228                 Item "Delete Line Above|D" "inset-modify tabular delete-hline-above"
229                 Item "Delete Line Below|e" "inset-modify tabular delete-hline-below"
230                 Separator
231                 Item "Add Line to Left" "inset-modify tabular add-vline-left"
232                 Item "Add Line to Right" "inset-modify tabular add-vline-right"
233                 Item "Delete Line to Left" "inset-modify tabular delete-vline-left"
234                 Item "Delete Line to Right" "inset-modify tabular delete-vline-right"
235         End
236
237         Menu "edit_math_macro_definition"
238                 Item "Append Argument" "math-macro-add-param"
239                 Item "Remove Last Argument" "math-macro-remove-param"
240                 Separator
241                 Item "Make First Non-Optional into Optional Argument" "math-macro-make-optional"
242                 Item "Make Last Optional into Non-Optional Argument" "math-macro-make-nonoptional"
243                 Item "Insert Optional Argument" "math-macro-add-optional-param"
244                 Item "Remove Optional Argument" "math-macro-remove-optional-param"
245                 Separator
246                 Item "Append Argument Eating From the Right" "math-macro-append-greedy-param"
247                 Item "Append Optional Argument Eating From the Right" "math-macro-add-greedy-optional-param"
248                 Item "Remove Last Argument Spitting Out to the Right" "math-macro-remove-greedy-param"
249         End
250
251         Menu "edit_math_limits"
252                  Item "Default|t"  "math-limits empty"
253                  Item "Display|D"  "math-limits limits"
254                  Item "Inline|I"  "math-limits nolimits"
255         End
256
257         Menu "edit_math_fontstyles"
258                 Item "Math Normal Font|N" "math-font-style mathnormal"
259                 Separator
260                 Item "Math Calligraphic Family|C" "math-font-style mathcal"
261                 Item "Math Fraktur Family|F" "math-font-style mathfrak"
262                 Item "Math Roman Family|R" "math-font-style mathrm"
263                 Item "Math Sans Serif Family|S" "math-font-style mathsf"
264                 Separator
265                 Item "Math Bold Series|B" "math-font-style mathbf"
266                 Separator
267                 Item "Text Normal Font|T" "math-font-style textnormal"
268                 Separator
269                 Item "Text Roman Family" "math-font-style textrm"
270                 Item "Text Sans Serif Family" "math-font-style textsf"
271                 Item "Text Typewriter Family" "math-font-style texttt"
272                 Separator
273                 Item "Text Bold Series" "math-font-style textbf"
274                 Item "Text Medium Series" "math-font-style textmd"
275                 Separator
276                 Item "Text Italic Shape" "math-font-style textit"
277                 Item "Text Small Caps Shape" "math-font-style textsc"
278                 Item "Text Slanted Shape" "math-font-style textsl"
279                 Item "Text Upright Shape" "math-font-style textup"
280         End
281
282         Menu "edit_math_extern"
283                 Item "Octave|O" "math-extern octave"
284                 Item "Maxima|M" "math-extern maxima"
285                 Item "Mathematica|a" "math-extern mathematica"
286                 Separator
287                 Item "Maple, Simplify|S" "math-extern maple simplify"
288                 Item "Maple, Factor|F" "math-extern maple factor"
289                 Item "Maple, Evalm|E" "math-extern maple evalm"
290                 Item "Maple, Evalf|v" "math-extern maple evalf"
291         End
292
293         Menu "edit_math_mutate"
294                 Item "Inline Formula|I" "math-mutate simple"
295                 Item "Displayed Formula|D" "math-mutate equation"
296                 Item "Eqnarray Environment|E" "math-mutate eqnarray"
297                 Item "AMS align Environment|a" "math-mutate align"
298                 Item "AMS alignat Environment|t" "math-mutate alignat"
299                 Item "AMS flalign Environment|f" "math-mutate flalign"
300                 Item "AMS gather Environment|g" "math-mutate gather"
301                 Item "AMS multline Environment|m" "math-mutate multline"
302         End
303
304 #
305 # VIEW MENU
306 #
307
308         Menu "view"
309                 Item "Open All Insets|O" "all-insets-toggle open"
310                 Item "Close All Insets|C" "all-insets-toggle close"
311                 Separator
312                 Item "Unfold Math Macro|n" "math-macro-unfold"
313                 Item "Fold Math Macro|d" "math-macro-fold"
314                 Separator
315                 Item "View Messages|g" "dialog-toggle progress"
316                 Item "View Source|S" "dialog-toggle view-source"
317                 ViewFormats
318                 UpdateFormats
319                 OptItem "View Master Document|M" "master-buffer-view"
320                 OptItem "Update Master Document|a" "master-buffer-update"
321                 Separator
322                 Item "Split View Into Left and Right Half|i" "split-view horizontal"
323                 Item "Split View Into Upper and Lower Half|e" "split-view vertical"
324                 Item "Close Current View|w" "close-tab-group"
325                 Item "Fullscreen|l" "ui-toggle fullscreen"      
326                 Submenu "Toolbars|b" "toolbars"
327                 Separator
328                 Documents
329         End
330
331         Menu "toolbars"
332                 Toolbars
333         End
334 #
335 # INSERT MENU
336 #
337         Menu "insert"
338 # Try and group things a little better, and percolate the most
339 # commonly used to good positions (exception being mathed, but
340 # most people using mathed learn key shortcuts quite quickly anyway)
341                 Submenu "Math|h" "insert_math"
342                 Submenu "Special Character|p" "insert_special"
343                 Submenu "Formatting|o" "insert_formatting"
344                 Submenu "List / TOC|i" "insert_toc"
345                 Submenu "Float|a" "insert_float"
346                 Submenu "Note|N" "insert_note"
347                 Submenu "Branch|B" "insert_branches"
348                 Submenu "Custom Insets" "insert_custom"
349                 Submenu "File|e" "insert_file"
350                 Item "Box[[Menu]]" "box-insert Frameless"
351                 Separator
352                 Item "Citation...|C" "dialog-show-new-inset citation"
353                 Item "Cross-Reference...|R" "dialog-show-new-inset ref"
354                 Item "Label...|L" "label-insert"
355                 Item "Caption" "caption-insert"
356                 Indices
357                 Item "Nomenclature Entry...|y" "nomencl-insert"
358                 Separator
359                 Item "Table...|T" "tabular-insert"
360                 Item "Graphics...|G" "dialog-show-new-inset graphics"
361                 Item "URL|U" "flex-insert URL"
362                 Item "Hyperlink...|k" "href-insert"
363                 Item "Footnote|F" "footnote-insert"
364                 Item "Marginal Note|M" "marginalnote-insert"
365                 Item "Short Title|S" "optional-insert"
366                 Item "TeX Code|X" "ert-insert"
367                 Item "Program Listing[[Menu]]" "listing-insert"
368                 Item "Date" "date-insert"
369                 Item "Preview|w" "preview-insert"
370         End
371
372         Menu "insert_special"
373                 Item "Symbols...|b" "dialog-show symbols"
374                 Item "Ellipsis|i" "specialchar-insert dots"
375                 Item "End of Sentence|E" "specialchar-insert end-of-sentence"
376                 Item "Ordinary Quote|Q" "self-insert \""
377                 Item "Single Quote|S" "quote-insert single"
378                 Item "Protected Hyphen|y" "specialchar-insert nobreakdash"
379                 Item "Breakable Slash|a" "specialchar-insert slash"
380                 Item "Menu Separator|M" "specialchar-insert menu-separator"
381                 Item "Phonetic Symbols|P" "command-sequence math-mode on; math-insert \text\textipa ; char-forward ;"
382         End
383
384         Menu "insert_formatting"
385                 Item "Superscript|S" "command-sequence math-mode on; math-superscript; math-insert \text;"
386                 Item "Subscript|u" "command-sequence math-mode on; math-subscript; math-insert \text;"
387                 Separator
388                 Item "Protected Space|P" "space-insert protected"
389                 Item "Inter-word Space|w" "space-insert normal"
390                 Item "Thin Space|T" "space-insert thin"
391                 Item "Horizontal Space...|o" "dialog-show-new-inset space"
392                 Item "Horizontal Line|L" "line-insert"
393                 Item "Vertical Space...|V" "dialog-show-new-inset vspace"
394                 Submenu "Phantom" "insert_phantom"
395                 Separator
396                 Item "Hyphenation Point|H" "specialchar-insert hyphenation"
397                 Item "Ligature Break|k" "specialchar-insert ligature-break"
398                 Item "Ragged Line Break|R" "newline-insert newline"
399                 Item "Justified Line Break|J" "newline-insert linebreak"
400                 Separator
401                 Item "New Page|N" "newpage-insert newpage"
402                 Item "Page Break|a" "newpage-insert pagebreak"
403                 Item "Clear Page|C" "newpage-insert clearpage"
404                 Item "Clear Double Page|D" "newpage-insert cleardoublepage"
405         End
406
407         Menu "insert_math"
408                 Item "Inline Formula|I" "math-mode"
409                 Item "Display Formula|D" "math-display"
410                 Item "Numbered Formula|N" "command-sequence math-display; math-number-toggle;"
411                 Item "Eqnarray Environment|E" "command-sequence math-mode on; math-mutate eqnarray;"
412                 Item "AMS align Environment|a" "command-sequence math-mode on; math-mutate align;"
413                 Item "AMS alignat Environment|t" "command-sequence math-mode on; math-mutate alignat;"
414                 Item "AMS flalign Environment|f" "command-sequence math-mode on; math-mutate flalign;"
415                 Item "AMS gather Environment|g" "command-sequence math-mode on; math-mutate gather;"
416                 Item "AMS multline Environment|m" "command-sequence math-mode on; math-mutate multline;"
417                 Separator
418                 Item "Array Environment|y" "math-matrix 2 2"
419                 Item "Cases Environment|C" "command-sequence math-mode on; math-insert \cases"
420                 Item "Aligned Environment|l" "command-sequence math-mode on; math-insert \aligned; inset-modify tabular append-column"
421                 Item "AlignedAt Environment|v" "command-sequence math-mode on; math-insert \alignedat; inset-modify tabular append-column"
422                 Item "Gathered Environment|h" "command-sequence math-mode on; math-insert \gathered"
423                 Item "Split Environment|S" "command-sequence math-mode on; math-insert \split; inset-modify tabular append-column"
424                 Separator
425                 Item "Delimiters...|r" "dialog-show mathdelimiter"
426                 Item "Matrix...|x" "dialog-show mathmatrix"
427                 Item "Macro|o" "math-macro newmacroname newcommand"
428         End
429
430         Menu "insert_float"
431                 FloatInsert
432 # This has got to be better than "Wrap", anyway
433                 Item "Figure Wrap Float|F" "wrap-insert figure"
434                 Item "Table Wrap Float|T" "wrap-insert table"
435         End
436
437         Menu "insert_toc"
438                 Item "Table of Contents|C" "toc-insert"
439                 FloatListInsert
440                 IndicesLists
441                 Item "Nomenclature|N" "nomencl-print"
442                 Item "BibTeX Bibliography...|B" "dialog-show-new-inset bibtex"
443         End
444
445         Menu "insert_file"
446                 Item "LyX Document...|X" "file-insert"
447                 Item "Plain Text...|T" "file-insert-plaintext"
448                 Item "Plain Text, Join Lines...|J" "file-insert-plaintext-para"
449                 Separator
450                 Item "External Material...|M" "dialog-show-new-inset external"
451                 Item "Child Document...|d" "dialog-show-new-inset include"
452         End
453
454         Menu "insert_note"
455                 Item "LyX Note|N" "note-insert Note"
456                 Item "Comment|C" "note-insert Comment"
457                 Item "Greyed Out|G" "note-insert Greyedout"
458         End
459
460         Menu "insert_branches"
461                 Branches
462                 Separator
463                 Item "Insert New Branch...|I" "branch-add-insert"
464         End
465         
466         Menu "insert_phantom"
467                 Item "Phantom" "phantom-insert Phantom"
468                 Item "Horizontal Phantom" "phantom-insert HPhantom"
469                 Item "Vertical Phantom" "phantom-insert VPhantom"
470         End
471
472         Menu "insert_custom"
473                 Custom
474         End
475
476 #
477 # DOCUMENT MENU
478 #
479
480         Menu "document"
481                 Submenu "Change Tracking|C" "document_change"
482                 OptItem "Build Program|B" "build-program"
483                 Item "LaTeX Log|L" "dialog-show latexlog"
484                 Item "Outline|O" "dialog-toggle toc"
485                 Item "Start Appendix Here|A" "appendix"
486                 Separator
487                 Item "Save in Bundled Format|F" "buffer-toggle-embedding"
488                 Item "Compressed|m" "buffer-toggle-compression"
489                 Item "Settings...|S" "dialog-show document"
490         End
491
492         Menu "document_change"
493                 Item "Track Changes|T" "changes-track"
494                 Item "Merge Changes...|M" "changes-merge"
495                 Item "Accept Change|A" "change-accept"
496                 Item "Reject Change|R" "change-reject"
497                 Item "Accept All Changes|c" "all-changes-accept"
498                 Item "Reject All Changes|e" "all-changes-reject"
499                 Item "Show Changes in Output|S" "changes-output"
500         End
501
502 #
503 # NAVIGATE MENU
504 #
505         Menu "navigate"
506                 Submenu "Bookmarks|B" "navigate_bookmarks"
507                 Item "Next Note|N" "note-next"
508                 Item "Next Change|C" "change-next"
509                 Item "Next Cross-Reference|R" "reference-next"
510                 OptItem "Go to Label|L" "label-goto"
511                 Separator
512                 Toc
513         End
514
515         Menu "navigate_bookmarks"
516                 Item "Save Bookmark 1|S" "bookmark-save 1"
517                 Item "Save Bookmark 2" "bookmark-save 2"
518                 Item "Save Bookmark 3" "bookmark-save 3"
519                 Item "Save Bookmark 4" "bookmark-save 4"
520                 Item "Save Bookmark 5" "bookmark-save 5"
521                 Item "Clear Bookmarks|C" "bookmark-clear"
522                 Separator
523                 Item "Navigate Back|B" "bookmark-goto 0"
524                 Bookmarks
525         End
526
527 #
528 # TOOLS MENU
529 #
530
531         Menu "tools"
532                 Item "Spellchecker...|S" "dialog-show spellchecker"
533                 OptItem "Thesaurus...|T" "thesaurus-entry"
534                 Item "Statistics...|a" "statistics"
535                 OptItem "Check TeX|h" "buffer-chktex"
536                 Item "TeX Information|I" "dialog-show texinfo"
537                 Item "Compare...|C" "dialog-show compare"
538                 Separator
539 # A LOT of applications have Tools->Prefs. Remember this
540 # should be rarely used - Edit menu is not a good place to
541 # have it.
542                 Item "Reconfigure|R" "reconfigure"
543                 Item "Preferences...|P" "dialog-show prefs"
544         End
545
546 #
547 # HELP MENU
548 #
549         Menu "help"
550                 Item "Introduction|I" "help-open Intro"
551                 Item "Tutorial|T" "help-open Tutorial"
552                 Item "User's Guide|U" "help-open UserGuide"
553                 Item "Additional Features|F" "help-open Additional"
554                 Item "Embedded Objects|O" "help-open EmbeddedObjects"
555                 Item "Math|M" "help-open Math"
556                 Item "Customization|C" "help-open Customization"
557                 Item "Shortcuts|S" "help-open Shortcuts"
558                 Item "LyX Functions|y" "help-open LFUNs"
559                 Item "LaTeX Configuration|L" "help-open LaTeXConfig"
560                 Submenu "Specific Manuals|p" "examples"
561                 Separator
562                 Item "About LyX|X" "dialog-show aboutlyx"
563         End
564
565         Menu "examples"
566                 Item "Linguistics Manual|L" "help-open linguistics"
567                 Item "Braille Manual|B" "help-open Braille"
568                 Item "XY-pic Manual|X" "help-open xypic"
569                 Item "Multicolumn Manual|M" "help-open multicol"
570         End
571
572
573 End
574