]> git.lyx.org Git - features.git/blob - lib/ui/stdmenus.inc
Reorganize templates and example folders
[features.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://techbase.kde.org/Projects/Usability/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 Format 5
25
26 Menuset
27
28         Menubar
29 # Make the first 4 menus be as much as expected as possible
30                 Submenu "File|F" "file"
31                 Submenu "Edit|E" "edit"
32                 Submenu "View|V" "view"
33                 Submenu "Insert|I" "insert"
34                 Submenu "Navigate|N" "navigate"
35                 Submenu "Document|D" "document"
36                 Submenu "Tools|T" "tools"
37                 Submenu "Help|H" "help"
38         End
39
40 #
41 # FILE MENU
42 #
43
44         Menu "file"
45                 Item "New|N" "buffer-new"
46                 Item "New from Template...|m" "dialog-show lyxfiles templates"
47                 Item "Open...|O" "file-open"
48                 Submenu "Open Recent|t" "file_lastfiles"
49                 Item "Open Example File...|p" "dialog-show lyxfiles examples"
50                 Separator
51                 Item "Close|C" "buffer-close"
52                 Item "Close All" "buffer-close-all"
53                 Item "Save|S" "buffer-write"
54                 Item "Save As...|A" "buffer-write-as"
55                 Item "Save All|l" "buffer-write-all"
56                 Item "Revert to Saved|R" "buffer-reload"
57                 Submenu "Version Control|V" "file_vc"
58                 Separator
59                 Submenu "Import|I" "file_import"
60                 Submenu "Export|E" "file_export"
61                 OptItem "Fax...|F" "buffer-export fax"
62                 Separator
63                 Item "New Window|W" "window-new"
64                 Item "Close Window|d" "window-close"
65                 Separator
66                 Item "Exit|x" "lyx-quit"
67         End
68
69         Menu "file_lastfiles"
70                 Lastfiles
71         End
72
73         Menu "file_vc"
74                 OptItem "Register...|R" "vc-register"
75                 OptItem "Check In Changes...|I" "vc-check-in"
76                 OptItem "Check Out for Edit|O" "vc-check-out"
77                 OptItem "Copy|p" "vc-copy"
78                 OptItem "Rename|R" "vc-rename"
79                 OptItem "Update Local Directory From Repository|d" "vc-repo-update"
80                 OptItem "Revert to Repository Version|v" "vc-revert"
81                 OptItem "Undo Last Check In|U" "vc-undo-last"
82                 OptItem "Compare with Older Revision...|C" "vc-compare"
83                 OptItem "Show History...|H" "dialog-show vclog"
84                 OptItem "Use Locking Property|L" "vc-locking-toggle"
85         End
86
87         Menu "file_import"
88                 ImportFormats
89         End
90
91         Menu "file_export"
92                 ExportFormat
93                 Item "Export As...|s" "buffer-export-as"
94                 Separator
95                 ExportFormats
96                 Item "More Formats & Options...|r" "buffer-export custom"
97         End
98
99 #
100 # EDIT MENU
101 #
102
103         Menu "edit"
104                 Item "Undo|U" "undo"
105                 Item "Redo|R" "redo"
106                 Separator
107                 Item "Cut" "cut"
108                 Item "Copy" "copy"
109                 Item "Paste" "paste"
110                 Submenu "Paste Recent|e" "edit_pasterecent"
111                 Submenu "Paste Special" "edit_paste"
112                 Separator
113                 Item "Select Whole Inset" "inset-select-all"
114                 Item "Select All" "command-sequence buffer-begin ; buffer-end-select"
115                 Separator
116                 Item "Find & Replace (Quick)...|F" "dialog-show findreplace"
117                 Item "Find & Replace (Advanced)..." "dialog-show findreplaceadv"
118                 Separator
119                 Item "Move Paragraph Up|o" "paragraph-move-up"
120                 Item "Move Paragraph Down|v" "paragraph-move-down"
121                 Separator
122                 Item "Paragraph Settings...|P" "layout-paragraph"
123                 Submenu "Text Properties|x" "edit_textprops"
124                 OptSubmenu "Custom Text Styles|S" "edit_textstyles"
125                 LanguageSelector
126                 Separator
127 # Mathed b0rkage means these don't work properly
128                 OptSubmenu "Table|T" "edit_tabular"
129                 OptSubmenu "Math|M" "edit_math"
130                 OptSubmenu "Rows & Columns|C" "edit_tabular_features"
131                 Separator
132 # This is where the context-specific stuff is supposed to go.
133 # The idea is that everything on here can disappear and should
134 # only appear when relevant (getStatus). Only stuff that needs
135 # a right-click to bring up the dialog should appear here (it is not
136 # obvious what the context is for the others)
137                 OptItem "Increase List Depth|I" "depth-increment"
138                 OptItem "Decrease List Depth|D" "depth-decrement"
139                 OptItem "Dissolve Inset" "inset-dissolve"
140                 OptItem "TeX Code Settings...|C" "inset-settings ert"
141 # 'a' shortcut to match Insert entry, shouldn't clash with Table Settings
142                 OptItem "Float Settings...|a" "inset-settings float"
143                 OptItem "Text Wrap Settings...|W" "inset-settings wrap"
144                 OptItem "Note Settings...|N" "inset-settings note"
145                 OptItem "Phantom Settings...|h" "inset-settings phantom"
146                 OptItem "Branch Settings...|B" "inset-settings branch"
147                 OptItem "Box Settings...|S" "inset-settings box"
148                 OptItem "Index Entry Settings...|y" "inset-settings index"
149                 OptItem "Index Settings...|S" "inset-settings index_print"
150                 OptItem "Info Settings...|n" "inset-settings info"
151                 OptItem "Listings Settings...|g" "inset-settings listings"
152 # Hey, guess what's broken ? Surprise surprise, it's tabular stuff
153 # This is in the Table submenu instead for now.
154 #       OptItem "Table Settings...|a" "inset-settings tabular"
155                 OptItem "Table Settings...|a" "layout-tabular"
156         End
157
158         Menu "edit_paste"
159                 OptItem "Paste from HTML|H" "paste html"
160                 OptItem "Paste from LaTeX|L" "paste latex"
161                 OptItem "Paste as LinkBack PDF" "paste linkback"
162                 OptItem "Paste as PDF" "paste pdf"
163                 OptItem "Paste as PNG" "paste png"
164                 OptItem "Paste as JPEG" "paste jpeg"
165                 OptItem "Paste as EMF" "paste emf"
166                 Separator
167                 Item "Plain Text|T" "clipboard-paste"
168                 Item "Plain Text, Join Lines|J" "clipboard-paste paragraph"
169                 Separator
170                 Item "Selection|S" "primary-selection-paste"
171                 Item "Selection, Join Lines|i" "primary-selection-paste paragraph"
172 # clipboard-paste-simple is commented because it is irritating (bug 8749)
173 # until somebody can explain why it is needed in addition to clipboard-paste
174 #               Separator
175 #               Item "Unformatted Text|U" "clipboard-paste-simple"
176 #               Item "Unformatted, Join Lines|o" "clipboard-paste-simple paragraph"
177         End
178
179         Menu "edit_pasterecent"
180                 PasteRecent
181         End
182
183         Menu "edit_textprops"
184                 Item "Customize...|C" "dialog-show character"
185                 Item "Apply Last Settings|A" "textstyle-apply"
186                 Separator
187                 Item "Capitalize|p" "word-capitalize"
188                 Item "Uppercase|U" "word-upcase"
189                 Item "Lowercase|L" "word-lowcase"
190         End
191
192         Menu "edit_textstyles"
193                 OptItem "Dissolve Text Style" "inset-dissolve charstyle"
194                 CharStyles
195                 Elements
196         End
197
198 # not much we can do to help here
199         Menu "edit_tabular"
200                 Item "Multi-page Table|g" "tabular-feature toggle-longtabular"
201                 Item "Formal Style|F" "tabular-feature toggle-booktabs"
202                 Separator
203                 Item "Multicolumn|M" "tabular-feature multicolumn"
204                 Item "Multirow|u" "tabular-feature multirow"
205                 Separator
206                 Item "Top Line|T" "tabular-feature toggle-line-top"
207                 Item "Bottom Line|B" "tabular-feature toggle-line-bottom"
208                 Item "Left Line|L" "tabular-feature toggle-line-left"
209                 Item "Right Line|R" "tabular-feature toggle-line-right"
210                 Separator
211                 Item "Top|p" "tabular-feature tabular-valign-top"
212                 Item "Middle|i" "tabular-feature tabular-valign-middle"
213                 Item "Bottom|o" "tabular-feature tabular-valign-bottom"
214         End
215
216         Menu "edit_tabular_features"
217                 Item "Left|L" "tabular-feature align-left"
218                 Item "Center|C" "tabular-feature align-center"
219                 Item "Right|R" "tabular-feature align-right"
220                 Separator
221                 Item "Top|T" "tabular-feature valign-top"
222                 Item "Middle|M" "tabular-feature valign-middle"
223                 Item "Bottom|B" "tabular-feature valign-bottom"
224                 Separator
225                 Item "Add Row|A" "tabular-feature append-row"
226                 Item "Delete Row|D" "tabular-feature delete-row"
227                 Item "Copy Row|o" "tabular-feature copy-row"
228                 Item "Move Row Up" "tabular-feature move-row-up"
229                 Item "Move Row Down" "tabular-feature move-row-down"
230                 # Item "Swap Rows|S" "tabular-feature swap-row" # currently broken
231                 Separator
232                 Item "Add Column|u" "tabular-feature append-column"
233                 Item "Delete Column|e" "tabular-feature delete-column"
234                 Item "Copy Column|p" "tabular-feature copy-column"
235                 Item "Move Column Right|v" "tabular-feature move-column-right"
236                 Item "Move Column Left" "tabular-feature move-column-left"
237                 # Item "Swap Columns|w" "tabular-feature swap-column" # currently broken
238         End
239
240         Menu "edit_math"
241                 Item "Number Whole Formula|N" "math-number-toggle"
242                 Item "Number This Line|u" "math-number-line-toggle"
243                 Submenu "Change Limits Type|L" "edit_math_limits"
244                 Submenu "Macro Definition" "edit_math_macro_definition"
245                 Separator
246                 Submenu "Change Formula Type|F" "edit_math_mutate"
247                 Separator
248                 Submenu "Text Properties|T" "edit_math_fontstyles"
249                 Separator
250                 Submenu "Use Computer Algebra System|S" "edit_math_extern"
251                 Separator
252                 Item "Split Cell|C" "cell-split"
253                 Separator
254                 Item "Add Line Above|A" "tabular-feature add-hline-above"
255                 Item "Add Line Below|B" "tabular-feature add-hline-below"
256                 Item "Delete Line Above|D" "tabular-feature delete-hline-above"
257                 Item "Delete Line Below|e" "tabular-feature delete-hline-below"
258                 Separator
259                 Item "Add Line to Left" "tabular-feature add-vline-left"
260                 Item "Add Line to Right" "tabular-feature add-vline-right"
261                 Item "Delete Line to Left" "tabular-feature delete-vline-left"
262                 Item "Delete Line to Right" "tabular-feature delete-vline-right"
263         End
264
265         Menu "edit_math_macro_definition"
266                 Item "Append Argument" "math-macro-add-param"
267                 Item "Remove Last Argument" "math-macro-remove-param"
268                 Separator
269                 Item "Transform First Non-Optional to Optional Argument" "math-macro-make-optional"
270                 Item "Transform Last Optional to Non-Optional Argument" "math-macro-make-nonoptional"
271                 Item "Insert Optional Argument" "math-macro-add-optional-param"
272                 Item "Remove Optional Argument" "math-macro-remove-optional-param"
273                 Separator
274                 Item "Append Argument Eating From the Right" "math-macro-append-greedy-param"
275                 Item "Append Optional Argument Eating From the Right" "math-macro-add-greedy-optional-param"
276                 Item "Remove Last Argument Spitting Out to the Right" "math-macro-remove-greedy-param"
277         End
278
279         Menu "edit_math_limits"
280                  Item "Default|t"  "math-limits empty"
281                  Item "Display|D"  "math-limits limits"
282                  Item "Inline|I"  "math-limits nolimits"
283         End
284
285         Menu "edit_math_fontstyles"
286                 Item "Math Normal Font|N" "math-font-style mathnormal"
287                 Separator
288                 Item "Math Calligraphic Family|C" "math-font-style mathcal"
289                 Item "Math Formal Script Family|o" "math-font-style mathscr"
290                 Item "Math Fraktur Family|F" "math-font-style mathfrak"
291                 Item "Math Roman Family|R" "math-font-style mathrm"
292                 Item "Math Sans Serif Family|S" "math-font-style mathsf"
293                 Separator
294                 Item "Math Bold Series|B" "math-font-style mathbf"
295                 Separator
296                 Item "Text Normal Font|T" "math-font-style textnormal"
297                 Separator
298                 Item "Text Roman Family" "math-font-style textrm"
299                 Item "Text Sans Serif Family" "math-font-style textsf"
300                 Item "Text Typewriter Family" "math-font-style texttt"
301                 Separator
302                 Item "Text Bold Series" "math-font-style textbf"
303                 Item "Text Medium Series" "math-font-style textmd"
304                 Separator
305                 Item "Text Italic Shape" "math-font-style textit"
306                 Item "Text Small Caps Shape" "math-font-style textsc"
307                 Item "Text Slanted Shape" "math-font-style textsl"
308                 Item "Text Upright Shape" "math-font-style textup"
309         End
310
311         Menu "edit_math_extern"
312                 Item "Octave|O" "math-extern octave"
313                 Item "Maxima|M" "math-extern maxima"
314                 Item "Mathematica|a" "math-extern mathematica"
315                 Separator
316                 Item "Maple, Simplify|S" "math-extern maple simplify"
317                 Item "Maple, Factor|F" "math-extern maple factor"
318                 Item "Maple, Evalm|E" "math-extern maple evalm"
319                 Item "Maple, Evalf|v" "math-extern maple evalf"
320         End
321
322         Menu "edit_math_mutate"
323                 Item "Inline Formula|I" "math-mutate simple"
324                 Item "Displayed Formula|D" "math-mutate equation"
325                 Item "Eqnarray Environment|E" "math-mutate eqnarray"
326                 Item "AMS align Environment|a" "math-mutate align"
327                 Item "AMS alignat Environment|t" "math-mutate alignat"
328                 Item "AMS flalign Environment|f" "math-mutate flalign"
329                 Item "AMS gather Environment|g" "math-mutate gather"
330                 Item "AMS multline Environment|m" "math-mutate multline"
331         End
332
333 #
334 # VIEW MENU
335 #
336
337         Menu "view"
338                 Item "Open All Insets|O" "inset-forall * inset-toggle open"
339                 Item "Close All Insets|C" "inset-forall * inset-toggle close"
340                 Separator
341                 Item "Unfold Math Macro|n" "math-macro-unfold"
342                 Item "Fold Math Macro|d" "math-macro-fold"
343                 Separator
344                 Item "Outline Pane|u" "dialog-toggle toc"
345                 Item "Code Preview Pane|P" "dialog-toggle view-source"
346                 Item "Messages Pane|g" "dialog-toggle progress"
347                 Submenu "Toolbars|b" "toolbars"
348                 Separator
349                 Item "Split View Into Left and Right Half|i" "view-split horizontal"
350                 Item "Split View Into Upper and Lower Half|e" "view-split vertical"
351                 OptItem "Close Current View|w" "tab-group-close"
352                 Item "Fullscreen|l" "ui-toggle fullscreen"
353                 Separator
354                 Documents
355         End
356
357         Menu "toolbars"
358                 Toolbars
359                 Separator
360                 Item "Lock Toolbars|L" "toolbar-movable *"
361                 Separator
362                 Item "Small-sized Icons" "icon-size small"
363                 Item "Normal-sized Icons" "icon-size normal"
364                 Item "Big-sized Icons" "icon-size big"
365                 Item "Huge-sized Icons" "icon-size huge"
366                 Item "Giant-sized Icons" "icon-size giant"
367         End
368 #
369 # INSERT MENU
370 #
371         Menu "insert"
372 # Try and group things a little better, and percolate the most
373 # commonly used to good positions (exception being mathed, but
374 # most people using mathed learn key shortcuts quite quickly anyway)
375                 Submenu "Math|h" "insert_math"
376                 Submenu "Special Character|p" "insert_special"
377                 Submenu "Formatting|o" "insert_formatting"
378                 Submenu "Field|i" "insert_fields"
379                 Submenu "List / TOC|s" "insert_toc"
380                 Submenu "Float|a" "insert_float"
381                 Submenu "Note|N" "insert_note"
382                 Submenu "Branch|B" "insert_branches"
383                 Submenu "Custom Insets" "insert_custom"
384                 Submenu "File|e" "insert_file"
385                 Submenu "Box[[Menu]]|x" "insert_box"
386                 OptSubmenu "Insert Regular Expression" "context-edit-regexp"
387                 Separator
388                 Item "Citation...|C" "dialog-show-new-inset citation"
389                 Item "Cross-Reference...|R" "dialog-show-new-inset ref"
390                 Item "Label...|L" "label-insert"
391                 Captions
392                 Indices
393                 Item "Nomenclature Entry...|y" "nomencl-insert"
394                 Separator
395                 Item "Table...|T" "tabular-insert"
396                 Item "Graphics...|G" "dialog-show-new-inset graphics"
397                 Item "URL|U" "flex-insert URL"
398                 Item "Hyperlink...|k" "href-insert"
399                 Item "Footnote|F" "footnote-insert"
400                 Item "Marginal Note|M" "marginalnote-insert"
401                 Item "Program Listing[[Menu]]" "listing-insert"
402                 Separator
403                 EnvironmentSeparators
404                 Separator
405                 Arguments
406                 Separator
407                 Item "TeX Code" "ert-insert"
408                 Item "Preview|w" "preview-insert"
409         End
410
411         Menu "insert_special"
412                 Item "Symbols...|b" "dialog-show symbols"
413                 Item "Ellipsis|i" "specialchar-insert dots"
414                 Item "End of Sentence|E" "specialchar-insert end-of-sentence"
415                 Item "Plain Quotation Mark|Q" "quote-insert outer auto plain"
416                 Item "Inner Quotation Mark|n" "quote-insert inner"
417                 Item "Protected Hyphen|y" "specialchar-insert nobreakdash"
418                 Item "Breakable Slash|a" "specialchar-insert slash"
419                 Item "Visible Space|V" "space-insert visible"
420                 Item "Menu Separator|M" "specialchar-insert menu-separator"
421                 Item "Phonetic Symbols|P" "ipa-insert"
422                 Submenu "Logos|L" "insert_logos"
423         End
424
425         Menu "insert_fields"
426                 Item "Date (Current)|D" "info-insert date"
427                 Item "Date (Last Modification)|L" "info-insert moddate"
428                 Item "Date (Fix)|F" "info-insert fixdate"
429                 Separator
430                 Item "Time (Current)|T" "info-insert time"
431                 Item "Time (Last Modification)|M" "info-insert modtime"
432                 Item "Time (Fix)|x" "info-insert fixtime"
433                 Separator
434                 Item "File Name (Excl. Extension)|N" "info-insert buffer name-noext"
435                 OptItem "Version Control Revision|V" "info-insert vcs revision"
436                 Item "User Name|U" "info-insert lyxrc user_name"
437                 Item "User Email|E" "info-insert lyxrc user_email"
438                 Separator
439                 Item "Other...|O" "info-insert"
440         End
441
442         Menu "insert_logos"
443                 Item "LyX Logo|L" "specialchar-insert lyx"
444                 Item "TeX Logo|T" "specialchar-insert tex"
445                 Item "LaTeX Logo|a" "specialchar-insert latex"
446                 Item "LaTeX2e Logo|e" "specialchar-insert latex2e"
447         End
448
449         Menu "insert_formatting"
450                 Item "Superscript|S" "script-insert superscript"
451                 Item "Subscript|u" "script-insert subscript"
452                 Separator
453                 Item "Protected Space|P" "space-insert protected"
454                 Item "Interword Space|w" "space-insert normal"
455                 Item "Thin Space|T" "space-insert thin"
456                 Item "Horizontal Space...|o" "command-alternatives dialog-show-new-inset space;dialog-show-new-inset mathspace"
457                 Item "Horizontal Line...|L" "dialog-show-new-inset line"
458                 Item "Vertical Space...|V" "dialog-show-new-inset vspace"
459                 Submenu "Phantom|m" "insert_phantom"
460                 Separator
461                 Item "Hyphenation Point|H" "specialchar-insert hyphenation"
462                 Item "Ligature Break|k" "specialchar-insert ligature-break"
463                 Item "Optional Line Break|B" "specialchar-insert allowbreak"
464                 Item "Ragged Line Break|R" "newline-insert newline"
465                 Item "Justified Line Break|J" "newline-insert linebreak"
466                 Separator
467                 Item "New Page|N" "newpage-insert newpage"
468                 Item "Page Break|a" "newpage-insert pagebreak"
469                 Item "Clear Page|C" "newpage-insert clearpage"
470                 Item "Clear Double Page|D" "newpage-insert cleardoublepage"
471         End
472
473         Menu "insert_math"
474 # Always use "math-mode on" instead of "math-display" etc. because this disables the commands in math mode
475                 Item "Inline Formula|I" "math-mode on"
476                 Item "Display Formula|D" "command-sequence math-mode on; math-mutate equation"
477                 Item "Numbered Formula|N" "command-sequence math-mode on; math-mutate equation; math-number-toggle;"
478                 Item "Eqnarray Environment|E" "command-sequence math-mode on; math-mutate eqnarray;"
479                 Item "AMS align Environment|a" "command-sequence math-mode on; math-mutate align;"
480                 Item "AMS alignat Environment|t" "command-sequence math-mode on; math-mutate alignat;"
481                 Item "AMS flalign Environment|f" "command-sequence math-mode on; math-mutate flalign;"
482                 Item "AMS gather Environment|g" "command-sequence math-mode on; math-mutate gather;"
483                 Item "AMS multline Environment|m" "command-sequence math-mode on; math-mutate multline;"
484                 Separator
485 # "math-matrix" and "math-insert" create an inline formula first if called from text mode
486                 Item "Array Environment|y" "math-matrix 2 2"
487                 Item "Cases Environment|C" "math-insert \cases"
488                 Item "Aligned Environment|l" "command-sequence math-insert \aligned; tabular-feature append-column"
489                 Item "AlignedAt Environment|v" "command-sequence math-insert \alignedat; tabular-feature append-column"
490                 Item "Gathered Environment|h" "math-insert \gathered"
491                 Item "Split Environment|S" "command-sequence math-insert \split; tabular-feature append-column"
492                 Separator
493                 Item "Delimiters...|r" "dialog-show mathdelimiter"
494                 Item "Matrix...|x" "dialog-show mathmatrix"
495                 Item "Macro|o" "math-macro newmacroname newcommand"
496         End
497
498         Menu "insert_float"
499                 FloatInsert
500 # This has got to be better than "Wrap", anyway
501                 Item "Figure Wrap Float|F" "wrap-insert figure"
502                 Item "Table Wrap Float|T" "wrap-insert table"
503         End
504
505         Menu "insert_toc"
506                 Item "Table of Contents|C" "inset-insert toc"
507                 FloatListInsert
508                 IndicesLists
509                 Item "List of Listings|L" "inset-insert toc CommandInset toc LatexCommand lstlistoflistings \end_inset"
510                 Item "Nomenclature|N" "nomencl-print"
511                 Item "Bib(la)TeX Bibliography...|B" "dialog-show-new-inset bibtex"
512         End
513
514         Menu "insert_file"
515                 Item "LyX Document...|X" "file-insert"
516                 Item "Plain Text...|T" "file-insert-plaintext"
517                 Item "Plain Text, Join Lines...|J" "file-insert-plaintext-para"
518                 Separator
519                 Item "External Material...|M" "dialog-show-new-inset external"
520                 Item "Child Document...|d" "dialog-show-new-inset include"
521         End
522
523         Menu "insert_box"
524                 Item "Frameless|l" "box-insert Frameless"
525                 Item "Simple Frame|F" "box-insert Boxed"
526                 Item "Oval, Thin|a" "box-insert ovalbox"
527                 Item "Oval, Thick|v" "box-insert Ovalbox"
528                 Item "Drop Shadow|w" "box-insert Shadowbox"
529                 Item "Shaded Background|B" "box-insert Shaded"
530                 Item "Double Frame|u" "box-insert Doublebox"
531         End
532
533         Menu "insert_note"
534                 Item "LyX Note|N" "note-insert Note"
535                 Item "Comment|C" "note-insert Comment"
536                 Item "Greyed Out|G" "note-insert Greyedout"
537         End
538
539         Menu "insert_branches"
540                 Branches
541                 Separator
542                 Item "Insert New Branch...|I" "branch-add-insert"
543         End
544
545         Menu "insert_phantom"
546                 Item "Phantom|P" "phantom-insert Phantom"
547                 Item "Horizontal Phantom|H" "phantom-insert HPhantom"
548                 Item "Vertical Phantom|V" "phantom-insert VPhantom"
549         End
550
551         Menu "insert_custom"
552                 Custom
553         End
554
555 #
556 # DOCUMENT MENU
557 #
558
559         Menu "document"
560                 Submenu "Change Tracking|C" "document_change"
561                 OptItem "Build Program|B" "build-program"
562                 Item "LaTeX Log|L" "dialog-show latexlog"
563                 Item "Start Appendix Here|x" "appendix"
564                 Separator
565                 ViewFormats
566                 UpdateFormats
567                 OptItem "View Master Document|M" "master-buffer-view"
568                 OptItem "Update Master Document|a" "master-buffer-update"
569                 OptItem "Cancel Background Process|P" "export-cancel"
570                 Separator
571                 Item "Compressed|o" "buffer-toggle-compression"
572                 Item "Disable Editing|E" "buffer-toggle-read-only"
573                 Item "Settings...|S" "dialog-show document"
574         End
575
576         Menu "document_change"
577                 Item "Track Changes|T" "changes-track"
578                 Item "Merge Changes...|M" "changes-merge"
579                 Item "Accept Change|A" "change-accept"
580                 Item "Reject Change|R" "change-reject"
581                 Item "Accept All Changes|c" "all-changes-accept"
582                 Item "Reject All Changes|e" "all-changes-reject"
583                 Item "Show Changes in Output|S" "changes-output"
584         End
585
586 #
587 # NAVIGATE MENU
588 #
589         Menu "navigate"
590                 Submenu "Bookmarks|B" "navigate_bookmarks"
591                 Item "Next Note|N" "note-next"
592                 Item "Next Change|C" "change-next"
593                 Item "Next Cross-Reference|R" "reference-next"
594                 OptItem "Go to Label|L" "label-goto"
595                 Item "Forward Search|F" "forward-search"
596                 Separator
597                 Toc
598         End
599
600         Menu "navigate_bookmarks"
601                 Item "Save Bookmark 1|S" "bookmark-save 1"
602                 Item "Save Bookmark 2" "bookmark-save 2"
603                 Item "Save Bookmark 3" "bookmark-save 3"
604                 Item "Save Bookmark 4" "bookmark-save 4"
605                 Item "Save Bookmark 5" "bookmark-save 5"
606                 Item "Clear Bookmarks|C" "bookmark-clear"
607                 Separator
608                 Item "Navigate Back|B" "bookmark-goto 0"
609                 Bookmarks
610         End
611
612 #
613 # TOOLS MENU
614 #
615
616         Menu "tools"
617                 Item "Spellchecker...|S" "dialog-show spellchecker"
618                 OptItem "Thesaurus...|T" "thesaurus-entry"
619                 Item "Statistics...|a" "statistics"
620                 Item "Check TeX|h" "buffer-chktex"
621                 Item "TeX Information|I" "dialog-show texinfo"
622                 Item "Compare...|C" "dialog-show compare"
623                 Separator
624 # A LOT of applications have Tools->Prefs. Remember this
625 # should be rarely used - Edit menu is not a good place to
626 # have it.
627                 Item "Reconfigure|R" "reconfigure"
628                 Item "Preferences...|P" "dialog-show prefs"
629         End
630
631 #
632 # HELP MENU
633 #
634         Menu "help"
635                 Item "Introduction|I" "help-open Intro"
636                 Item "Tutorial|T" "help-open Tutorial"
637                 Item "User's Guide|U" "help-open UserGuide"
638                 Item "Additional Features|F" "help-open Additional"
639                 Item "Embedded Objects|O" "help-open EmbeddedObjects"
640                 Item "Math|M" "help-open Math"
641                 Item "Customization|C" "help-open Customization"
642                 Item "Shortcuts|S" "help-open Shortcuts"
643                 Item "LyX Functions|y" "help-open LFUNs"
644                 Item "LaTeX Configuration|L" "help-open LaTeXConfig"
645                 Submenu "Specific Manuals|p" "examples"
646                 Separator
647                 Item "About LyX|X" "dialog-show aboutlyx"
648         End
649
650         Menu "examples"
651                 Item "Beamer Presentations|B" "help-open Beamer"
652                 Item "Braille|a" "help-open Braille"
653                 Item "Colored boxes|r" "help-open Fancy_Colored_Boxes"
654                 Item "Feynman-diagram|F" "help-open FeynmanDiagrams"
655                 Item "Knitr|K" "help-open Rnw_(knitr)"
656                 Item "LilyPond|P" "help-open LilyPond_Book"
657                 Item "Linguistics|L" "help-open Linguistics"
658                 Item "Multilingual Captions|C" "help-open MultilingualCaptions"
659                 Item "Paralist|t" "help-open Paragraph_Lists_(paralist)"
660                 Item "PDF comments|D" "help-open PDF_Comments"
661                 Item "PDF forms|o" "help-open PDF_Form"
662                 Item "Hazard and Precautionary Statements|H" "help-open Hazard_and_Precautionary_Statements"
663                 Item "Sweave|S" "help-open Sweave"
664                 Item "XY-pic|X" "help-open xypic"
665         End
666
667
668 End
669