]> git.lyx.org Git - lyx.git/blob - lib/ui/stdcontext.inc
b230cdd3f02fffcc1fa5cc3536e63b4c76ce80fb
[lyx.git] / lib / ui / stdcontext.inc
1 # -*- text -*-
2
3 # file stdcontext.inc
4 # This file is part of LyX, the document processor.
5 # Licence details can be found in the file COPYING.
6
7 # author The LyX Team
8
9 # Full author contact details are available in file CREDITS.
10
11 # The interface is designed (partially) following the KDE Human Interface
12 # Guidelines (http://techbase.kde.org/Projects/Usability/HIG)
13
14 # Casing Rules:
15 # Capitalize all words in the element, with the following exceptions: 
16 # * Articles: a, an, the.
17 # * Conjunctions: and, but, for, not, so, yet ...
18 # * Prepositions of three or fewer letters: at, for, by, in, to ...
19 #   (except when the preposition is part of a verb phrase, such as "Check In")
20 # (http://library.gnome.org/devel/hig-book/stable/design-text-labels.html.en)
21
22 Format 5
23
24 Menuset
25
26 #
27 # InsetMath context menu
28 #
29         Menu "insert_math_context"
30                 Item "Array Environment|y" "math-matrix 2 2"
31                 Item "Cases Environment|C" "math-insert \cases"
32                 Item "Aligned Environment|l" "command-sequence math-insert \aligned; tabular-feature append-column"
33                 Item "AlignedAt Environment|v" "command-sequence math-insert \alignedat; tabular-feature append-column"
34                 Item "Gathered Environment|h" "math-insert \gathered"
35                 Item "Split Environment|S" "command-sequence math-insert \split; tabular-feature append-column"
36                 Separator
37                 Item "Delimiters...|r" "dialog-show mathdelimiter"
38                 Item "Matrix...|x" "dialog-show mathmatrix"
39                 Item "Macro|o" "math-macro newmacroname newcommand"
40         End
41
42         Menu "ams_environment"
43                 Item "AMS align Environment|a" "math-mutate align"
44                 Item "AMS alignat Environment|t" "math-mutate alignat"
45                 Item "AMS flalign Environment|f" "math-mutate flalign"
46                 Item "AMS gather Environment|g" "math-mutate gather"
47                 Item "AMS multline Environment|m" "math-mutate multline"
48         End
49
50         Menu "context-math"
51                 Item "Inline Formula|I" "math-mutate simple"
52                 Item "Displayed Formula|D" "math-mutate equation"
53                 Item "Eqnarray Environment|E" "math-mutate eqnarray"
54                 Submenu "AMS Environment|A" "ams_environment"
55                 Separator
56                 OptItem "Number Whole Formula|N" "math-number-toggle"
57                 OptItem "Number This Line|u" "math-number-line-toggle"
58                 OptItem "Equation Label|L" "label-insert"
59                 OptItem "Copy as Reference|R" "label-copy-as-reference"
60                 Separator
61                 OptItem "Cut" "cut"
62                 OptItem "Copy" "copy"
63                 OptItem "Paste" "paste"
64                 OptSubmenu "Paste Recent|e" "edit_pasterecent"
65                 Separator
66                 Submenu "Insert|s" "insert_math_context"
67                 Separator
68                 Item "Split Cell|C" "cell-split"
69                 OptSubmenu "Rows & Columns| " "edit_tabular_features"
70                 OptItem "Add Line Above|o" "tabular-feature add-hline-above"
71                 OptItem "Add Line Below|B" "tabular-feature add-hline-below"
72                 OptItem "Delete Line Above|v" "tabular-feature delete-hline-above"
73                 OptItem "Delete Line Below|w" "tabular-feature delete-hline-below"
74                 Separator
75                 OptItem "Add Line to Left" "tabular-feature add-vline-left"
76                 OptItem "Add Line to Right" "tabular-feature add-vline-right"
77                 OptItem "Delete Line to Left" "tabular-feature delete-vline-left"
78                 OptItem "Delete Line to Right" "tabular-feature delete-vline-right"
79                 Separator
80                 Item "Show Math Toolbar" "toolbar-toggle math toggle"
81                 Item "Show Math-Panels Toolbar" "toolbar-toggle math_panels toggle"
82                 Item "Show Table Toolbar" "toolbar-toggle table toggle"
83                 Separator
84                 Submenu "Use Computer Algebra System|m" "edit_math_extern"
85         End
86
87
88 #
89 # InsetMathRef context menu
90 #
91         Menu "context-mathref"
92                 Item "Next Cross-Reference|N" "reference-next"
93                 Item "Go to Label|G" "label-goto"
94                 Separator
95                 Item "<Reference>|R" "inset-modify changetype ref"
96                 Item "(<Reference>)|e" "inset-modify changetype eqref"
97                 Item "<Page>|P" "inset-modify changetype pageref"
98                 Item "On Page <Page>|O" "inset-modify changetype vpageref"
99                 Item "<Reference> on Page <Page>|f" "inset-modify changetype vref"
100                 Item "Formatted Reference|t" "inset-modify changetype formatted"
101                 Item "Textual Reference|x" "inset-modify changetype nameref"
102                 Item "Label Only|L" "inset-modify changetype labelonly"
103                 Separator
104                 Item "Settings...|S" "inset-settings"
105         End
106
107
108 #
109 # InsetRef context menu
110 #
111         Menu "context-ref"
112                 Item "Next Cross-Reference|N" "reference-next"
113                 Item "Go to Label|G" "label-goto"
114                 Separator
115                 Item "<Reference>|R" "inset-modify changetype ref"
116                 Item "(<Reference>)|e" "inset-modify changetype eqref"
117                 Item "<Page>|P" "inset-modify changetype pageref"
118                 Item "On Page <Page>|O" "inset-modify changetype vpageref"
119                 Item "<Reference> on Page <Page>|f" "inset-modify changetype vref"
120                 Item "Formatted Reference|t" "inset-modify changetype formatted"
121                 Item "Textual Reference|x" "inset-modify changetype nameref"
122                 Item "Label Only|L" "inset-modify changetype labelonly"
123                 Separator
124                 OptItem "Plural|a" "inset-modify ref toggle-plural"
125                 OptItem "Capitalize|C" "inset-modify ref toggle-caps"
126                 OptItem "No Prefix" "inset-modify ref toggle-noprefix"
127                 Separator
128                 Item "Settings...|S" "inset-settings"
129         End
130
131 #
132 # InsetLabel context menu
133 #
134         Menu "context-label"
135                 Item "Next Cross-Reference|N" "reference-next"
136                 Item "Go Back|G" "bookmark-goto 0"
137                 Separator
138                 Item "Copy as Reference|C" "label-copy-as-reference"
139                 Separator
140                 Item "Settings...|S" "inset-settings"
141         End
142
143
144 #
145 # InsetCitation context menu
146 #
147         Menu "context-citation"
148                 CiteStyles
149                 Separator
150                 Item "Settings...|S" "inset-settings"
151                 OptItem "Try to Open Citation Content...|O" "inset-edit"
152         End
153
154
155 #
156 # InsetBibtex context menu
157 #
158         Menu "context-bibtex"
159                 Item "Settings...|S" "inset-settings"
160                 Separator
161                 Item "Edit Database(s) Externally...|x" "inset-edit"
162         End
163
164 #
165 # InsetBibItem context menu
166 #
167         Menu "context-bibitem"
168                 Item "Settings...|S" "inset-settings"
169         End
170
171 #
172 # InsetCollapsible context menu
173 #
174         Menu "context-collapsible"
175                 OptItem "Open Inset|O" "inset-toggle open"
176                 OptItem "Close Inset|C" "inset-toggle close"
177                 Separator
178                 Item "Dissolve Inset|D" "inset-dissolve"
179                 OptItem "Settings...|S" "inset-settings"
180         End
181
182         Menu "context-conglomerate"
183                 Item "Show Label|L" "inset-toggle"
184                 Item "Dissolve Inset|D" "inset-dissolve charstyle"
185                 Separator
186                 OptItem "Settings...|S" "inset-settings"
187         End
188
189 #
190 # InsetArgument context menu
191 #
192
193         Menu "context-argument"
194                 Separator
195                 SwitchArguments
196         End
197
198         Menu "context-argument-conglomerate"
199                 Item "Show Label|L" "inset-toggle"
200                 Item "Dissolve Inset|D" "inset-dissolve"
201                 Separator
202                 SwitchArguments
203         End
204
205 #
206 # InsetBox context menu
207 #
208
209         Menu "context-box"
210                 Item "Frameless|l" "inset-modify changetype Frameless"
211                 Item "Simple Frame|F" "inset-modify changetype Boxed"
212                 Item "Simple Frame, Page Breaks|P" "inset-modify changetype Framed"
213                 Item "Oval, Thin|a" "inset-modify changetype ovalbox"
214                 Item "Oval, Thick|v" "inset-modify changetype Ovalbox"
215                 Item "Drop Shadow|w" "inset-modify changetype Shadowbox"
216                 Item "Shaded Background|B" "inset-modify changetype Shaded"
217                 Item "Double Frame|u" "inset-modify changetype Doublebox"
218         End
219
220
221 #
222 # InsetCaption context menu
223 #
224         Menu "context-caption"
225                 SwitchCaptions
226         End
227
228
229 #
230 # InsetNote context menu
231 #
232
233         Menu "context-note"
234                 Item "LyX Note|N" "inset-modify note Note Note"
235                 Item "Comment|m" "inset-modify note Note Comment"
236                 Item "Greyed Out|G" "inset-modify note Note Greyedout"
237                 Separator
238                 Item "Open All Notes|A" "inset-forall Note inset-toggle open"
239                 Item "Close All Notes|l" "inset-forall Note inset-toggle close"
240         End
241
242 #
243 # InsetPhantom context menu
244 #
245
246         Menu "context-phantom"
247                 Item "Phantom|P" "inset-modify phantom Phantom Phantom"
248                 Item "Horizontal Phantom|H" "inset-modify phantom Phantom HPhantom"
249                 Item "Vertical Phantom|V" "inset-modify phantom Phantom VPhantom"
250         End
251
252
253 #
254 # InsetQuotes context menu
255 #
256         Menu "context-quote"
257                 SwitchQuotes
258         End
259
260 #
261 # InsetSpace context menu
262 #
263         Menu "context-space"
264                 Item "Normal Space|e" "inset-modify space \space{}"
265                 Item "Non-Breaking Normal Space|o" "inset-modify space ~"
266                 Item "Visible Space|a" "inset-modify space \textvisiblespace{}"
267                 Item "Non-Breaking Thin Space (1/6 em)|T" "inset-modify space \thinspace{}"
268                 Item "Non-Breaking Medium Space (3/9 em)|M" "inset-modify space \medspace{}"
269                 Item "Non-Breaking Thick Space (5/18 em)|i" "inset-modify space \thickspace{}"
270                 Item "Non-Breaking Negative Thin Space (-1/6 em)|N" "inset-modify space \negthinspace{}"
271                 Item "Non-Breaking Negative Medium Space (-2/9 em)|v" "inset-modify space \negmedspace{}"
272                 Item "Non-Breaking Negative Thick Space (-5/18 em)|h" "inset-modify space \negthickspace{}"
273                 Item "Half Quad Space (1/2 em)|l" "inset-modify space \enskip{}"
274                 Item "Non-Breaking Half Quad Space (1/2 em)|k" "inset-modify space \enspace{}"
275                 Item "Quad Space (1 em)|Q" "inset-modify space \quad{}"
276                 Item "Double Quad Space (2 em)|u" "inset-modify space \qquad{}"
277                 Item "Horizontal Fill|F" "inset-modify space \hfill{}"
278                 Item "Non-Breaking Horizontal Fill|z" "inset-modify space \hspace*{\fill}"
279                 Item "Horizontal Fill (Dots)|D" "inset-modify space \dotfill{}"
280                 Item "Horizontal Fill (Rule)|R" "inset-modify space \hrulefill{}"
281                 Item "Horizontal Fill (Left Arrow)|w" "inset-modify space \leftarrowfill{}"
282                 Item "Horizontal Fill (Right Arrow)|g" "inset-modify space \rightarrowfill{}"
283                 Item "Horizontal Fill (Up Brace)|p" "inset-modify space \upbracefill{}"
284                 Item "Horizontal Fill (Down Brace)|B" "inset-modify space \downbracefill{}"
285                 Item "Custom Length|C" "command-sequence inset-modify space \hspace{}; inset-settings"
286                 Separator
287                 Item "Settings...|S" "inset-settings"
288         End
289
290 #
291 # InsetMathSpace context menu
292 #
293         Menu "context-mathspace"
294                 Item "Thin Space|T" "inset-modify mathspace \thinspace{}"
295                 Item "Medium Space|M" "inset-modify mathspace \medspace{}"
296                 Item "Thick Space|i" "inset-modify mathspace \thickspace{}"
297                 Item "Negative Thin Space|N" "inset-modify mathspace \negthinspace{}"
298                 Item "Negative Medium Space|v" "inset-modify mathspace \negmedspace{}"
299                 Item "Negative Thick Space|h" "inset-modify mathspace \negthickspace{}"
300                 Item "Half Quad Space (Enskip)|k" "inset-modify mathspace \enskip{}"
301                 Item "Quad Space|Q" "inset-modify mathspace \quad{}"
302                 Item "Double Quad Space|u" "inset-modify mathspace \qquad{}"
303                 Item "Custom Length|C" "command-sequence inset-modify mathspace \hspace{} \length 1in; inset-settings"
304                 Separator
305                 Item "Settings...|S" "inset-settings"
306         End
307
308 #
309 # InsetVSpace context menu
310 #
311         Menu "context-vspace"
312                 Item "Default Skip|D" "inset-modify vspace defskip"
313                 Item "Small Skip|S" "inset-modify vspace smallskip"
314                 Item "Medium Skip|M" "inset-modify vspace medskip"
315                 Item "Big Skip|B" "inset-modify vspace bigskip"
316                 Item "Half line height|H" "inset-modify vspace halfline"
317                 Item "Line height|L" "inset-modify vspace fullline"
318                 Item "Vertical Fill|F" "inset-modify vspace vfill"
319                 Item "Custom|C" "command-sequence inset-modify vspace custom; inset-settings"
320                 Separator
321                 Item "Settings...|e" "inset-settings"
322         End
323
324 #
325 # InsetInclude context menu
326 #
327         Menu "context-include"
328                 Item "Include|c" "inset-modify changetype include"
329                 Item "Input|p" "inset-modify changetype input"
330                 Item "Verbatim|V" "inset-modify changetype verbatiminput"
331                 Item "Verbatim (marked blanks)|b" "inset-modify changetype verbatiminput*"
332                 Item "Listing|L" "inset-modify changetype lstinputlisting"
333                 Separator
334                 Item "Settings...|S" "inset-settings"
335                 Separator
336                 Item "Edit Included File...|E" "inset-edit"
337         End
338
339 #
340 # InsetNewpage context menu
341 #
342         Menu "context-newpage"
343                 Item "New Page|N" "inset-modify newpage newpage"
344                 Item "Page Break|a" "inset-modify newpage pagebreak"
345                 Item "No Page Break|g" "inset-modify newpage nopagebreak"
346                 Item "Clear Page|C" "inset-modify newpage clearpage"
347                 Item "Clear Double Page|D" "inset-modify newpage cleardoublepage"
348         End
349
350 #
351 # InsetNewline context menu
352 #
353         Menu "context-newline"
354                 Item "Ragged Line Break|R" "inset-modify newline newline"
355                 Item "Justified Line Break|J" "inset-modify newline linebreak"
356         End
357
358 #
359 # InsetNewline context menu
360 #
361         Menu "context-separator"
362                 Item "Plain Separator|P" "inset-modify separator plain"
363                 Item "Paragraph Break|B" "inset-modify separator parbreak"
364         End
365
366 #
367 # Edit context menu
368 #
369         Menu "context-edit"
370                 spellingsuggestions
371                 Separator
372                 OptItem "Edit Externally..." "inset-edit"
373                 OptItem "End Editing Externally..." "inset-end-edit"
374                 Separator
375                 Item "Cut" "cut"
376                 Item "Copy" "copy"
377                 Item "Paste" "paste"
378                 Submenu "Paste Recent|e" "edit_pasterecent"
379                 Separator
380                 OptItem "Split Inset|t" "inset-split"
381                 Separator
382                 Item "Jump Back to Saved Bookmark|B" "bookmark-goto 0"
383                 OptItem "Forward Search|F" "forward-search"
384                 Separator
385                 Item "Move Paragraph Up|o" "paragraph-move-up"
386                 Item "Move Paragraph Down|v" "paragraph-move-down"
387                 Separator
388                 EnvironmentSeparatorsContext
389                 Separator
390                 OptItem "Promote Section|r" "outline-out"
391                 OptItem "Demote Section|m" "outline-in"
392                 OptItem "Move Section Down|D" "outline-down"
393                 OptItem "Move Section Up|U" "outline-up"
394                 Arguments
395                 OptSubmenu "Insert Regular Expression" "context-edit-regexp"
396                 Separator
397                 OptItem "Accept Change|c" "change-accept"
398                 OptItem "Reject Change|j" "change-reject"
399                 Separator
400                 Submenu "Text Properties|x" "edit_textprops"
401                 OptSubmenu "Custom Text Styles|S" "edit_textstyles"
402                 Item "Paragraph Settings...|P" "layout-paragraph"
403                 OptItem "Unify Graphics Groups|U" "graphics-unify"
404                 LanguageSelector
405                 Separator
406                 Item "Fullscreen Mode" "ui-toggle fullscreen"
407                 OptItem "Close Current View" "tab-group-close"
408         End
409
410
411 #
412 # Regular Expression context menu
413 #
414         Menu "context-edit-regexp"
415                 Item "Anything|A" "command-sequence regexp-mode; self-insert .*"
416                 Item "Anything Non-Empty|o" "command-sequence regexp-mode; self-insert .+"
417                 Item "Any Word|W" "command-sequence regexp-mode; self-insert \w+"
418                 Item "Any Number|N" "command-sequence regexp-mode; self-insert [0-9]+"
419                 Item "User Defined|U" "regexp-mode"
420         End
421
422
423 #
424 # Math Macro context menu
425 #
426
427         Menu "context-math-macro-definition"
428                 Item "Append Argument" "math-macro-add-param"
429                 Item "Remove Last Argument" "math-macro-remove-param"
430                 Separator
431                 Item "Make First Non-Optional Into Optional Argument" "math-macro-make-optional"
432                 Item "Make Last Optional Into Non-Optional Argument" "math-macro-make-nonoptional"
433                 Item "Insert Optional Argument" "math-macro-add-optional-param"
434                 Item "Remove Optional Argument" "math-macro-remove-optional-param"
435                 Separator
436                 Item "Append Argument Eating From the Right" "math-macro-append-greedy-param"
437                 Item "Append Optional Argument Eating From the Right" "math-macro-add-greedy-optional-param"
438                 Item "Remove Last Argument Spitting Out to the Right" "math-macro-remove-greedy-param"
439         End
440
441 #
442 # InsetGraphics context menu
443 #
444
445         Menu "context-graphics"
446                 Item "Settings...|S" "inset-settings"
447                 Item "Reload|R" "graphics-reload"
448                 Separator
449                 Item "Edit Externally...|x" "inset-edit"
450                 Separator
451                 GraphicsGroups
452         End
453
454 #
455 # InsetExternal context menu
456 #
457
458         Menu "context-external"
459                 Item "Settings...|S" "inset-settings"
460                 Separator
461                 Item "Edit Externally...|x" "inset-edit"
462         End
463
464 #
465 # InsetTabular context menu
466 #
467
468         Menu "table-borders"
469                 Item "Top|T" "tabular-feature toggle-line-top"
470                 Item "Bottom|B" "tabular-feature toggle-line-bottom"
471                 Item "Left|L" "tabular-feature toggle-line-left"
472                 Item "Right|R" "tabular-feature toggle-line-right"
473                 OptItem "Reset Formal Defaults|F" "tabular-feature reset-formal-default"
474         End
475
476         Menu "table-alignment"
477                 Item "Left|f" "command-alternatives tabular-feature m-align-left;tabular-feature align-left"
478                 Item "Center|C" "command-alternatives tabular-feature m-align-center;tabular-feature align-center"
479                 Item "Right|h" "command-alternatives tabular-feature m-align-right;tabular-feature align-right"
480                 Item "Decimal" "tabular-feature align-decimal"
481                 Separator
482                 Item "Top" "tabular-feature valign-top"
483                 Item "Middle" "tabular-feature valign-middle"
484                 Item "Bottom" "tabular-feature valign-bottom"
485         End
486
487         Menu "table-cols-rows"
488                 Item "Multicolumn|u" "tabular-feature multicolumn"
489                 Item "Multirow|w" "tabular-feature multirow"
490                 Separator
491                 Item "Append Row|A" "tabular-feature append-row"
492                 Item "Delete Row|D" "tabular-feature delete-row"
493                 Item "Copy Row|o" "tabular-feature copy-row"
494                 Item "Move Row Up" "tabular-feature move-row-up"
495                 Item "Move Row Down" "tabular-feature move-row-down"
496                 Separator
497                 Item "Append Column|p" "tabular-feature append-column"
498                 Item "Delete Column|e" "tabular-feature delete-column"
499                 Item "Copy Column|y" "tabular-feature copy-column"
500                 Item "Move Column Right|v" "tabular-feature move-column-right"
501                 Item "Move Column Left" "tabular-feature move-column-left"
502         End
503
504         Menu "context-tabular"
505                 Item "Multi-page Table|g" "tabular-feature toggle-longtabular"
506                 Item "Formal Style|m" "tabular-feature toggle-booktabs"
507                 Separator
508                 Submenu "Borders|d" "table-borders"
509                 Submenu "Alignment|i" "table-alignment"
510                 Submenu "Columns/Rows|C" "table-cols-rows"
511                 Separator
512                 Item "Settings...|S" "inset-settings tabular"
513         End
514
515 #
516 # InsetInfo context menu
517 #
518
519         Menu "context-info"
520                 InfoArguments
521                 Separator
522                 Item "Transform Field to Static Text|T" "inset-dissolve"
523                 Item "Copy Text|o" "inset-copy-as"
524                 Item "Settings...|S" "inset-settings info"
525         End
526
527 #
528 # InsetBranch context menu
529 #
530
531         Menu "context-branch"
532                 OptItem "Activate Branch|A" "branch-activate"
533                 OptItem "Deactivate Branch|e" "branch-deactivate"
534                 OptItem "Activate Branch in Master|M" "branch-master-activate"
535                 OptItem "Deactivate Branch in Master|v" "branch-master-deactivate"
536                 OptItem "Invert Inset|I" "branch-invert"
537                 OptItem "Add Unknown Branch|w" "branch-add"
538         End
539
540 #
541 # Toc Labels and References context menu
542 #
543
544         Menu "context-toc-label"
545                 OptItem "Copy as Reference|C" "label-copy-as-reference"
546                 OptItem "Insert Reference at Cursor Position|I" "label-insert-as-reference"
547                 Separator
548                 Item "Settings...|S" "inset-settings"
549         End
550
551 #
552 # Toc Branches context menu
553 #
554
555         Menu "context-toc-branch"
556                 OptItem "Activate Branch|A" "branch-activate"
557                 OptItem "Deactivate Branch|e" "branch-deactivate"
558                 Separator
559                 Item "Settings...|S" "inset-settings"
560         End
561
562 #
563 # Toc Graphics context menu
564 #
565
566         Menu "context-toc-graphics"
567                 Item "Settings...|S" "inset-settings"
568                 Separator
569                 Item "Edit Externally...|x" "inset-edit"
570         End
571
572 #
573 # Toc Citation context menu
574 #
575
576         Menu "context-toc-citation"
577                 Item "Settings...|S" "inset-settings"
578         End
579
580 #
581 # Toc Figures context menu
582 #
583
584         Menu "context-toc-figure"
585                 Item "Settings...|S" "inset-settings"
586         End
587
588 #
589 # Toc Listings context menu
590 #
591
592         Menu "context-toc-listing"
593                 Item "Settings...|S" "inset-settings"
594         End
595
596 #
597 # Toc Tables context menu
598 #
599
600         Menu "context-toc-table"
601                 Item "Settings...|S" "inset-settings"
602         End
603
604 #
605 # Toc Childs context menu
606 #
607         Menu "context-toc-child"
608                 Item "Include|c" "inset-modify changetype include"
609                 Item "Input|p" "inset-modify changetype input"
610                 Item "Verbatim|V" "inset-modify changetype verbatiminput"
611                 Item "Verbatim (marked blanks)|b" "inset-modify changetype verbatiminput*"
612                 Item "Listing|L" "inset-modify changetype lstinputlisting"
613                 Separator
614                 Item "Settings...|S" "inset-settings"
615                 Separator
616                 Item "Edit Included File...|E" "inset-edit"
617         End
618
619 #
620 # Toc Indices context menu
621 #
622
623         Menu "context-toc-index"
624                 OptItem "Settings...|S" "inset-settings"
625         End
626
627 #
628 # Index context menu
629 #
630
631         Menu "context-index"
632                 IndicesContext
633         End
634         
635         Menu "context-edit-index"
636                 OptItem "Insert Subentry|b" "indexmacro-insert subindex"
637                 OptItem "Insert Sortkey|k" "indexmacro-insert sortkey"
638                 OptItem "Insert See Reference|e" "indexmacro-insert see"
639                 OptItem "Insert See also Reference|a" "indexmacro-insert seealso"
640         End
641
642 #
643 # IndexMacro context menu
644 #
645
646         Menu "context-indexmacro"
647                 OptItem "See|e" "inset-modify changetype see"
648                 OptItem "See also|a" "inset-modify changetype seealso"
649         End
650
651
652 #
653 # Index Lists context menu
654 #
655
656         Menu "context-indexprint"
657                 Item "All Indexes|A" "inset-modify check-printindex*"
658                 IndicesListsContext
659                 Separator
660                 Item "Subindex|b" "inset-modify toggle-subindex"
661                 Separator
662                 OptItem "Settings...|S" "inset-settings"
663         End
664
665 #
666 # Nomencl List context menu
667 #
668
669         Menu "context-nomenclprint"
670                 OptItem "Settings...|S" "inset-settings"
671         End
672
673
674 # InsetPreview context menu
675 #
676
677         Menu "context-preview"
678                 Item "Dissolve Inset|D" "inset-dissolve"
679         End
680
681
682 #
683 # Toc Changes context menu
684 #
685
686         Menu "context-toc-change"
687                 Item "Accept Change|c" "change-accept"
688                 Item "Reject Change|R" "change-reject"
689         End
690         
691 #
692 # Toc Table of Context context menu
693 #
694
695         Menu "context-toc-tableofcontents"
696                 Item "Promote Section|P" "outline-out"
697                 Item "Demote Section|D" "outline-in"
698                 Item "Move Section Up|U" "outline-up"
699                 Item "Move Section Down|w" "outline-down"
700                 Separator
701                 Item "Select Section|S" "section-select"
702         End
703
704 #
705 # InsetERT context menu
706 #
707         Menu "context-ert"
708                 # repeat 1 is added as a work-around to not indicate this action as toggable
709                 Item "Wrap by Preview|y" "command-sequence repeat 1;inset-toggle;char-forward;char-backward;char-forward-select;preview-insert;char-backward;char-backward;inset-toggle"
710         End
711
712 #
713 # InsetHyperlink context menu
714 #
715         Menu "context-hyperlink"
716                 Item "Settings...|S" "inset-settings"
717                 Separator
718                 Item "Open Target...|O" "inset-edit"
719         End
720
721 #
722 # InsetCounter context menu
723 #
724         Menu "context-counter"
725                 Item "Settings...|S" "inset-settings"
726         End
727
728 #
729 # Toolbar context menu
730 #
731         Menu "context-toolbars"
732                 Toolbars
733                 Separator
734                 Item "Lock Toolbars|L" "toolbar-movable *"
735                 Separator
736                 Item "Small-sized Icons" "icon-size small"
737                 Item "Normal-sized Icons" "icon-size normal"
738                 Item "Big-sized Icons" "icon-size big"
739                 Item "Huge-sized Icons" "icon-size huge"
740                 Item "Giant-sized Icons" "icon-size giant"
741         End
742
743 #
744 # Status bar zoom context menu
745 #
746         Menu "context-zoom"
747                 ZoomOptions
748         End
749
750 #
751 # Status bar context menu
752 #
753         Menu "context-statusbar"
754                 Item "Zoom Level|Z" "ui-toggle zoomlevel"
755                 Item "Zoom Slider|S" "ui-toggle zoomslider"
756                 Separator
757                 Item "Word Count|W" "ui-toggle statistics-w"
758                 Item "Character Count|C" "ui-toggle statistics-cb"
759                 Item "Character Count (No Blanks)|h" "ui-toggle statistics-c"
760         End
761
762 End