]> git.lyx.org Git - features.git/blob - lib/ui/stdcontext.inc
Whitespace
[features.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 # InsetRef context menu
90 #
91         Menu "context-ref"
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                 OptItem "Plural|a" "inset-modify ref toggle-plural"
105                 OptItem "Capitalize|C" "inset-modify ref toggle-caps"
106                 Item "No Prefix" "inset-modify ref toggle-noprefix"
107                 Separator
108                 Item "Settings...|S" "inset-settings"
109         End
110
111 #
112 # InsetLabel context menu
113 #
114         Menu "context-label"
115                 Item "Next Cross-Reference|N" "reference-next"
116                 Item "Go Back|G" "bookmark-goto 0"
117                 Separator
118                 Item "Copy as Reference|C" "label-copy-as-reference"
119                 Separator
120                 Item "Settings...|S" "inset-settings"
121         End
122
123
124 #
125 # InsetCitation context menu
126 #
127         Menu "context-citation"
128                 CiteStyles
129                 Separator
130                 Item "Settings...|S" "inset-settings"
131                 OptItem "Try to Open Citation Content...|O" "inset-edit"
132         End
133
134
135 #
136 # InsetBibtex context menu
137 #
138         Menu "context-bibtex"
139                 Item "Settings...|S" "inset-settings"
140                 Separator
141                 Item "Edit Database(s) Externally...|x" "inset-edit"
142         End
143
144 #
145 # InsetBibItem context menu
146 #
147         Menu "context-bibitem"
148                 Item "Settings...|S" "inset-settings"
149         End
150
151 #
152 # InsetCollapsible context menu
153 #
154         Menu "context-collapsible"
155                 OptItem "Open Inset|O" "inset-toggle open"
156                 OptItem "Close Inset|C" "inset-toggle close"
157                 Separator
158                 Item "Dissolve Inset|D" "inset-dissolve"
159                 OptItem "Settings...|S" "inset-settings"
160         End
161
162         Menu "context-conglomerate"
163                 Item "Show Label|L" "inset-toggle"
164                 Item "Dissolve Inset|D" "inset-dissolve charstyle"
165                 Separator
166                 OptItem "Settings...|S" "inset-settings"
167         End
168
169 #
170 # InsetArgument context menu
171 #
172
173         Menu "context-argument"
174                 Separator
175                 SwitchArguments
176         End
177
178         Menu "context-argument-conglomerate"
179                 Item "Show Label|L" "inset-toggle"
180                 Item "Dissolve Inset|D" "inset-dissolve"
181                 Separator
182                 SwitchArguments
183         End
184
185 #
186 # InsetBox context menu
187 #
188
189         Menu "context-box"
190                 Item "Frameless|l" "inset-modify changetype Frameless"
191                 Item "Simple Frame|F" "inset-modify changetype Boxed"
192                 Item "Simple Frame, Page Breaks|P" "inset-modify changetype Framed"
193                 Item "Oval, Thin|a" "inset-modify changetype ovalbox"
194                 Item "Oval, Thick|v" "inset-modify changetype Ovalbox"
195                 Item "Drop Shadow|w" "inset-modify changetype Shadowbox"
196                 Item "Shaded Background|B" "inset-modify changetype Shaded"
197                 Item "Double Frame|u" "inset-modify changetype Doublebox"
198         End
199
200
201 #
202 # InsetCaption context menu
203 #
204         Menu "context-caption"
205                 SwitchCaptions
206         End
207
208
209 #
210 # InsetNote context menu
211 #
212
213         Menu "context-note"
214                 Item "LyX Note|N" "inset-modify note Note Note"
215                 Item "Comment|m" "inset-modify note Note Comment"
216                 Item "Greyed Out|G" "inset-modify note Note Greyedout"
217                 Separator
218                 Item "Open All Notes|A" "inset-forall Note inset-toggle open"
219                 Item "Close All Notes|l" "inset-forall Note inset-toggle close"
220         End
221
222 #
223 # InsetPhantom context menu
224 #
225
226         Menu "context-phantom"
227                 Item "Phantom|P" "inset-modify phantom Phantom Phantom"
228                 Item "Horizontal Phantom|H" "inset-modify phantom Phantom HPhantom"
229                 Item "Vertical Phantom|V" "inset-modify phantom Phantom VPhantom"
230         End
231
232
233 #
234 # InsetQuotes context menu
235 #
236         Menu "context-quote"
237                 SwitchQuotes
238         End
239
240 #
241 # InsetSpace context menu
242 #
243         Menu "context-space"
244                 Item "Interword Space|w" "inset-modify space \space{}"
245                 Item "Protected Space|o" "inset-modify space ~"
246                 Item "Visible Space|a" "inset-modify space \textvisiblespace{}"
247                 Item "Thin Space|T" "inset-modify space \thinspace{}"
248                 Item "Medium Space|M" "inset-modify space \medspace{}"
249                 Item "Thick Space|i" "inset-modify space \thickspace{}"
250                 Item "Negative Thin Space|N" "inset-modify space \negthinspace{}"
251                 Item "Negative Medium Space|v" "inset-modify space \negmedspace{}"
252                 Item "Negative Thick Space|h" "inset-modify space \negthickspace{}"
253                 Item "Half Quad Space (Enskip)|k" "inset-modify space \enskip{}"
254                 Item "Protected Half Quad Space (Enspace)|E" "inset-modify space \enspace{}"
255                 Item "Quad Space|Q" "inset-modify space \quad{}"
256                 Item "Double Quad Space|u" "inset-modify space \qquad{}"
257                 Item "Horizontal Fill|F" "inset-modify space \hfill{}"
258                 Item "Protected Horizontal Fill|z" "inset-modify space \hspace*{\fill}"
259                 Item "Horizontal Fill (Dots)|D" "inset-modify space \dotfill{}"
260                 Item "Horizontal Fill (Rule)|R" "inset-modify space \hrulefill{}"
261                 Item "Horizontal Fill (Left Arrow)|L" "inset-modify space \leftarrowfill{}"
262                 Item "Horizontal Fill (Right Arrow)|g" "inset-modify space \rightarrowfill{}"
263                 Item "Horizontal Fill (Up Brace)|p" "inset-modify space \upbracefill{}"
264                 Item "Horizontal Fill (Down Brace)|B" "inset-modify space \downbracefill{}"
265                 Item "Custom Length|C" "command-sequence inset-modify space \hspace{}; inset-settings"
266                 Separator
267                 Item "Settings...|S" "inset-settings"
268         End
269
270 #
271 # InsetMathSpace context menu
272 #
273         Menu "context-mathspace"
274                 Item "Thin Space|T" "inset-modify mathspace \thinspace{}"
275                 Item "Medium Space|M" "inset-modify mathspace \medspace{}"
276                 Item "Thick Space|i" "inset-modify mathspace \thickspace{}"
277                 Item "Negative Thin Space|N" "inset-modify mathspace \negthinspace{}"
278                 Item "Negative Medium Space|v" "inset-modify mathspace \negmedspace{}"
279                 Item "Negative Thick Space|h" "inset-modify mathspace \negthickspace{}"
280                 Item "Half Quad Space (Enskip)|k" "inset-modify mathspace \enskip{}"
281                 Item "Quad Space|Q" "inset-modify mathspace \quad{}"
282                 Item "Double Quad Space|u" "inset-modify mathspace \qquad{}"
283                 Item "Custom Length|C" "command-sequence inset-modify mathspace \hspace{} \length 1in; inset-settings"
284                 Separator
285                 Item "Settings...|S" "inset-settings"
286         End
287
288 #
289 # InsetVSpace context menu
290 #
291         Menu "context-vspace"
292                 Item "DefSkip|D" "inset-modify vspace defskip"
293                 Item "SmallSkip|S" "inset-modify vspace smallskip"
294                 Item "MedSkip|M" "inset-modify vspace medskip"
295                 Item "BigSkip|B" "inset-modify vspace bigskip"
296                 Item "Half line height|H" "inset-modify vspace halfline"
297                 Item "Line height|L" "inset-modify vspace fullline"
298                 Item "VFill|F" "inset-modify vspace vfill"
299                 Item "Custom|C" "command-sequence inset-modify vspace custom; inset-settings"
300                 Separator
301                 Item "Settings...|e" "inset-settings"
302         End
303
304 #
305 # InsetInclude context menu
306 #
307         Menu "context-include"
308                 Item "Include|c" "inset-modify changetype include"
309                 Item "Input|p" "inset-modify changetype input"
310                 Item "Verbatim|V" "inset-modify changetype verbatiminput"
311                 Item "Verbatim (marked blanks)|b" "inset-modify changetype verbatiminput*"
312                 Item "Listing|L" "inset-modify changetype lstinputlisting"
313                 Separator
314                 Item "Settings...|S" "inset-settings"
315                 Separator
316                 Item "Edit Included File...|E" "inset-edit"
317         End
318
319 #
320 # InsetNewpage context menu
321 #
322         Menu "context-newpage"
323                 Item "New Page|N" "inset-modify newpage newpage"
324                 Item "Page Break|a" "inset-modify newpage pagebreak"
325                 Item "No Page Break|g" "inset-modify newpage nopagebreak"
326                 Item "Clear Page|C" "inset-modify newpage clearpage"
327                 Item "Clear Double Page|D" "inset-modify newpage cleardoublepage"
328         End
329
330 #
331 # InsetNewline context menu
332 #
333         Menu "context-newline"
334                 Item "Ragged Line Break|R" "inset-modify newline newline"
335                 Item "Justified Line Break|J" "inset-modify newline linebreak"
336         End
337
338 #
339 # InsetNewline context menu
340 #
341         Menu "context-separator"
342                 Item "Plain Separator|P" "inset-modify separator plain"
343                 Item "Paragraph Break|B" "inset-modify separator parbreak"
344         End
345
346 #
347 # Edit context menu
348 #
349         Menu "context-edit"
350                 spellingsuggestions
351                 Separator
352                 OptItem "Edit Externally..." "inset-edit"
353                 OptItem "End Editing Externally..." "inset-end-edit"
354                 Separator
355                 Item "Cut" "cut"
356                 Item "Copy" "copy"
357                 Item "Paste" "paste"
358                 Submenu "Paste Recent|e" "edit_pasterecent"
359                 Separator
360                 Item "Jump Back to Saved Bookmark|B" "bookmark-goto 0"
361                 OptItem "Forward Search|F" "forward-search"
362                 Separator
363                 Item "Move Paragraph Up|o" "paragraph-move-up"
364                 Item "Move Paragraph Down|v" "paragraph-move-down"
365                 Separator
366                 EnvironmentSeparatorsContext
367                 Separator
368                 OptItem "Promote Section|r" "outline-out"
369                 OptItem "Demote Section|m" "outline-in"
370                 OptItem "Move Section Down|D" "outline-down"
371                 OptItem "Move Section Up|U" "outline-up"
372                 Arguments
373                 OptSubmenu "Insert Regular Expression" "context-edit-regexp"
374                 Separator
375                 OptItem "Accept Change|c" "change-accept"
376                 OptItem "Reject Change|j" "change-reject"
377                 Separator
378                 Submenu "Text Properties|x" "edit_textprops"
379                 OptSubmenu "Custom Text Styles|S" "edit_textstyles"
380                 Item "Paragraph Settings...|P" "layout-paragraph"
381                 OptItem "Unify Graphics Groups|U" "graphics-unify"
382                 LanguageSelector
383                 Separator
384                 Item "Fullscreen Mode" "ui-toggle fullscreen"
385                 OptItem "Close Current View" "tab-group-close"
386         End
387
388
389 #
390 # Regular Expression context menu
391 #
392         Menu "context-edit-regexp"
393                 Item "Anything|A" "command-sequence regexp-mode; self-insert .*"
394                 Item "Anything Non-Empty|o" "command-sequence regexp-mode; self-insert .+"
395                 Item "Any Word|W" "command-sequence regexp-mode; self-insert [a-z]+"
396                 Item "Any Number|N" "command-sequence regexp-mode; self-insert [0-9]+"
397                 Item "User Defined|U" "regexp-mode"
398         End
399
400
401 #
402 # Math Macro context menu
403 #
404
405         Menu "context-math-macro-definition"
406                 Item "Append Argument" "math-macro-add-param"
407                 Item "Remove Last Argument" "math-macro-remove-param"
408                 Separator
409                 Item "Make First Non-Optional Into Optional Argument" "math-macro-make-optional"
410                 Item "Make Last Optional Into Non-Optional Argument" "math-macro-make-nonoptional"
411                 Item "Insert Optional Argument" "math-macro-add-optional-param"
412                 Item "Remove Optional Argument" "math-macro-remove-optional-param"
413                 Separator
414                 Item "Append Argument Eating From the Right" "math-macro-append-greedy-param"
415                 Item "Append Optional Argument Eating From the Right" "math-macro-add-greedy-optional-param"
416                 Item "Remove Last Argument Spitting Out to the Right" "math-macro-remove-greedy-param"
417         End
418
419 #
420 # InsetGraphics context menu
421 #
422
423         Menu "context-graphics"
424                 Item "Settings...|S" "inset-settings"
425                 Item "Reload|R" "graphics-reload"
426                 Separator
427                 Item "Edit Externally...|x" "inset-edit"
428                 Separator
429                 GraphicsGroups
430         End
431
432 #
433 # InsetExternal context menu
434 #
435
436         Menu "context-external"
437                 Item "Settings...|S" "inset-settings"
438                 Separator
439                 Item "Edit Externally...|x" "inset-edit"
440         End
441
442 #
443 # InsetTabular context menu
444 #
445
446         Menu "table-borders"
447                 Item "Top|T" "tabular-feature toggle-line-top"
448                 Item "Bottom|B" "tabular-feature toggle-line-bottom"
449                 Item "Left|L" "tabular-feature toggle-line-left"
450                 Item "Right|R" "tabular-feature toggle-line-right"
451                 OptItem "Reset Formal Defaults|F" "tabular-feature reset-formal-default"
452         End
453
454         Menu "table-alignment"
455                 Item "Left|f" "command-alternatives tabular-feature m-align-left;tabular-feature align-left"
456                 Item "Center|C" "command-alternatives tabular-feature m-align-center;tabular-feature align-center"
457                 Item "Right|h" "command-alternatives tabular-feature m-align-right;tabular-feature align-right"
458                 Item "Decimal" "tabular-feature align-decimal"
459                 Separator
460                 Item "Top" "tabular-feature valign-top"
461                 Item "Middle" "tabular-feature valign-middle"
462                 Item "Bottom" "tabular-feature valign-bottom"
463         End
464
465         Menu "table-cols-rows"
466                 Item "Multicolumn|u" "tabular-feature multicolumn"
467                 Item "Multirow|w" "tabular-feature multirow"
468                 Separator
469                 Item "Append Row|A" "tabular-feature append-row"
470                 Item "Delete Row|D" "tabular-feature delete-row"
471                 Item "Copy Row|o" "tabular-feature copy-row"
472                 Item "Move Row Up" "tabular-feature move-row-up"
473                 Item "Move Row Down" "tabular-feature move-row-down"
474                 Separator
475                 Item "Append Column|p" "tabular-feature append-column"
476                 Item "Delete Column|e" "tabular-feature delete-column"
477                 Item "Copy Column|y" "tabular-feature copy-column"
478                 Item "Move Column Right|v" "tabular-feature move-column-right"
479                 Item "Move Column Left" "tabular-feature move-column-left"
480         End
481
482         Menu "context-tabular"
483                 Item "Multi-page Table|g" "tabular-feature toggle-longtabular"
484                 Item "Formal Style|m" "tabular-feature toggle-booktabs"
485                 Separator
486                 Submenu "Borders|d" "table-borders"
487                 Submenu "Alignment|i" "table-alignment"
488                 Submenu "Columns/Rows|C" "table-cols-rows"
489                 Separator
490                 Item "Settings...|S" "inset-settings tabular"
491         End
492
493 #
494 # InsetInfo context menu
495 #
496
497         Menu "context-info"
498                 InfoArguments
499                 Separator
500                 Item "Transform Field to Static Text|T" "inset-dissolve"
501                 Item "Copy Text|o" "inset-copy-as"
502                 Item "Settings...|S" "inset-settings info"
503         End
504
505 #
506 # InsetBranch context menu
507 #
508
509         Menu "context-branch"
510                 OptItem "Activate Branch|A" "branch-activate"
511                 OptItem "Deactivate Branch|e" "branch-deactivate"
512                 OptItem "Activate Branch in Master|M" "branch-master-activate"
513                 OptItem "Deactivate Branch in Master|v" "branch-master-deactivate"
514                 OptItem "Invert Inset|I" "branch-invert"
515                 OptItem "Add Unknown Branch|w" "branch-add"
516         End
517
518 #
519 # Toc Labels and References context menu
520 #
521
522         Menu "context-toc-label"
523                 OptItem "Copy as Reference|C" "label-copy-as-reference"
524                 OptItem "Insert Reference at Cursor Position|I" "label-insert-as-reference"
525                 Separator
526                 Item "Settings...|S" "inset-settings"
527         End
528
529 #
530 # Toc Branches context menu
531 #
532
533         Menu "context-toc-branch"
534                 OptItem "Activate Branch|A" "branch-activate"
535                 OptItem "Deactivate Branch|e" "branch-deactivate"
536                 Separator
537                 Item "Settings...|S" "inset-settings"
538         End
539
540 #
541 # Toc Graphics context menu
542 #
543
544         Menu "context-toc-graphics"
545                 Item "Settings...|S" "inset-settings"
546                 Separator
547                 Item "Edit Externally...|x" "inset-edit"
548         End
549
550 #
551 # Toc Citation context menu
552 #
553
554         Menu "context-toc-citation"
555                 Item "Settings...|S" "inset-settings"
556         End
557
558 #
559 # Toc Figures context menu
560 #
561
562         Menu "context-toc-figure"
563                 Item "Settings...|S" "inset-settings"
564         End
565
566 #
567 # Toc Listings context menu
568 #
569
570         Menu "context-toc-listing"
571                 Item "Settings...|S" "inset-settings"
572         End
573
574 #
575 # Toc Tables context menu
576 #
577
578         Menu "context-toc-table"
579                 Item "Settings...|S" "inset-settings"
580         End
581
582 #
583 # Toc Childs context menu
584 #
585         Menu "context-toc-child"
586                 Item "Include|c" "inset-modify changetype include"
587                 Item "Input|p" "inset-modify changetype input"
588                 Item "Verbatim|V" "inset-modify changetype verbatiminput"
589                 Item "Verbatim (marked blanks)|b" "inset-modify changetype verbatiminput*"
590                 Item "Listing|L" "inset-modify changetype lstinputlisting"
591                 Separator
592                 Item "Settings...|S" "inset-settings"
593                 Separator
594                 Item "Edit Included File...|E" "inset-edit"
595         End
596
597 #
598 # Toc Indices context menu
599 #
600
601         Menu "context-toc-index"
602                 OptItem "Settings...|S" "inset-settings"
603         End
604
605 #
606 # Index context menu
607 #
608
609         Menu "context-index"
610                 IndicesContext
611         End
612
613 #
614 # Index Lists context menu
615 #
616
617         Menu "context-indexprint"
618                 Item "All Indexes|A" "inset-modify check-printindex*"
619                 IndicesListsContext
620                 Separator
621                 Item "Subindex|b" "inset-modify toggle-subindex"
622                 Separator
623                 OptItem "Settings...|S" "inset-settings"
624         End
625
626 #
627 # Nomencl List context menu
628 #
629
630         Menu "context-nomenclprint"
631                 OptItem "Settings...|S" "inset-settings"
632         End
633
634
635 # InsetPreview context menu
636 #
637
638         Menu "context-preview"
639                 Item "Dissolve Inset|D" "inset-dissolve"
640         End
641
642
643 #
644 # Toc Changes context menu
645 #
646
647         Menu "context-toc-change"
648                 Item "Accept Change|c" "change-accept"
649                 Item "Reject Change|R" "change-reject"
650         End
651         
652 #
653 # Toc Table of Context context menu
654 #
655
656         Menu "context-toc-tableofcontents"
657                 Item "Promote Section|P" "outline-out"
658                 Item "Demote Section|D" "outline-in"
659                 Item "Move Section Up|U" "outline-up"
660                 Item "Move Section Down|w" "outline-down"
661                 Separator
662                 Item "Select Section|S" "section-select"
663         End
664
665 #
666 # InsetERT context menu
667 #
668         Menu "context-ert"
669                 # repeat 1 is added as a work-around to not indicate this action as toggable
670                 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"
671         End
672
673 #
674 # InsetHyperlink context menu
675 #
676         Menu "context-hyperlink"
677                 Item "Settings...|S" "inset-settings"
678                 Separator
679                 Item "Open Target...|O" "inset-edit"
680         End
681
682 #
683 # InsetCounter context menu
684 #
685         Menu "context-counter"
686                 Item "Settings...|S" "inset-settings"
687         End
688
689 #
690 # Toolbar context menu
691 #
692         Menu "context-toolbars"
693                 Toolbars
694                 Separator
695                 Item "Lock Toolbars|L" "toolbar-movable *"
696                 Separator
697                 Item "Small-sized Icons" "icon-size small"
698                 Item "Normal-sized Icons" "icon-size normal"
699                 Item "Big-sized Icons" "icon-size big"
700                 Item "Huge-sized Icons" "icon-size huge"
701                 Item "Giant-sized Icons" "icon-size giant"
702         End
703
704 End