]> git.lyx.org Git - features.git/blob - lib/ui/stdcontext.inc
Make paper search function accessible and customizable
[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                 Item "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 "Clear Page|C" "inset-modify newpage clearpage"
326                 Item "Clear Double Page|D" "inset-modify newpage cleardoublepage"
327         End
328
329 #
330 # InsetNewline context menu
331 #
332         Menu "context-newline"
333                 Item "Ragged Line Break|R" "inset-modify newline newline"
334                 Item "Justified Line Break|J" "inset-modify newline linebreak"
335         End
336
337 #
338 # InsetNewline context menu
339 #
340         Menu "context-separator"
341                 Item "Plain Separator|P" "inset-modify separator plain"
342                 Item "Paragraph Break|B" "inset-modify separator parbreak"
343         End
344
345 #
346 # Edit context menu
347 #
348         Menu "context-edit"
349                 spellingsuggestions
350                 Separator
351                 OptItem "Edit Externally..." "inset-edit"
352                 OptItem "End Editing Externally..." "inset-end-edit"
353                 Separator
354                 Item "Cut" "cut"
355                 Item "Copy" "copy"
356                 Item "Paste" "paste"
357                 Submenu "Paste Recent|e" "edit_pasterecent"
358                 Separator
359                 Item "Jump Back to Saved Bookmark|B" "bookmark-goto 0"
360                 OptItem "Forward Search|F" "forward-search"
361                 Separator
362                 Item "Move Paragraph Up|o" "paragraph-move-up"
363                 Item "Move Paragraph Down|v" "paragraph-move-down"
364                 Separator
365                 EnvironmentSeparatorsContext
366                 Separator
367                 OptItem "Promote Section|r" "outline-out"
368                 OptItem "Demote Section|m" "outline-in"
369                 OptItem "Move Section Down|D" "outline-down"
370                 OptItem "Move Section Up|U" "outline-up"
371                 Arguments
372                 OptSubmenu "Insert Regular Expression" "context-edit-regexp"
373                 Separator
374                 OptItem "Accept Change|c" "change-accept"
375                 OptItem "Reject Change|j" "change-reject"
376                 Separator
377                 Submenu "Text Properties|x" "edit_textprops"
378                 OptSubmenu "Custom Text Styles|S" "edit_textstyles"
379                 Item "Paragraph Settings...|P" "layout-paragraph"
380                 OptItem "Unify Graphics Groups|U" "graphics-unify"
381                 LanguageSelector
382                 Separator
383                 Item "Fullscreen Mode" "ui-toggle fullscreen"
384                 OptItem "Close Current View" "tab-group-close"
385         End
386
387
388 #
389 # Regular Expression context menu
390 #
391         Menu "context-edit-regexp"
392                 Item "Anything|A" "command-sequence regexp-mode; self-insert .*"
393                 Item "Anything Non-Empty|o" "command-sequence regexp-mode; self-insert .+"
394                 Item "Any Word|W" "command-sequence regexp-mode; self-insert [a-z]+"
395                 Item "Any Number|N" "command-sequence regexp-mode; self-insert [0-9]+"
396                 Item "User Defined|U" "regexp-mode"
397         End
398
399
400 #
401 # Math Macro context menu
402 #
403
404         Menu "context-math-macro-definition"
405                 Item "Append Argument" "math-macro-add-param"
406                 Item "Remove Last Argument" "math-macro-remove-param"
407                 Separator
408                 Item "Make First Non-Optional Into Optional Argument" "math-macro-make-optional"
409                 Item "Make Last Optional Into Non-Optional Argument" "math-macro-make-nonoptional"
410                 Item "Insert Optional Argument" "math-macro-add-optional-param"
411                 Item "Remove Optional Argument" "math-macro-remove-optional-param"
412                 Separator
413                 Item "Append Argument Eating From the Right" "math-macro-append-greedy-param"
414                 Item "Append Optional Argument Eating From the Right" "math-macro-add-greedy-optional-param"
415                 Item "Remove Last Argument Spitting Out to the Right" "math-macro-remove-greedy-param"
416         End
417
418 #
419 # InsetGraphics context menu
420 #
421
422         Menu "context-graphics"
423                 Item "Settings...|S" "inset-settings"
424                 Item "Reload|R" "graphics-reload"
425                 Separator
426                 Item "Edit Externally...|x" "inset-edit"
427                 Separator
428                 GraphicsGroups
429         End
430
431 #
432 # InsetExternal context menu
433 #
434
435         Menu "context-external"
436                 Item "Settings...|S" "inset-settings"
437                 Separator
438                 Item "Edit Externally...|x" "inset-edit"
439         End
440
441 #
442 # InsetTabular context menu
443 #
444
445         Menu "table-borders"
446                 Item "Top|T" "tabular-feature toggle-line-top"
447                 Item "Bottom|B" "tabular-feature toggle-line-bottom"
448                 Item "Left|L" "tabular-feature toggle-line-left"
449                 Item "Right|R" "tabular-feature toggle-line-right"
450                 OptItem "Reset Formal Defaults|F" "tabular-feature reset-formal-default"
451         End
452
453         Menu "table-alignment"
454                 Item "Left|f" "command-alternatives tabular-feature m-align-left;tabular-feature align-left"
455                 Item "Center|C" "command-alternatives tabular-feature m-align-center;tabular-feature align-center"
456                 Item "Right|h" "command-alternatives tabular-feature m-align-right;tabular-feature align-right"
457                 Item "Decimal" "tabular-feature align-decimal"
458                 Separator
459                 Item "Top" "tabular-feature valign-top"
460                 Item "Middle" "tabular-feature valign-middle"
461                 Item "Bottom" "tabular-feature valign-bottom"
462         End
463
464         Menu "table-cols-rows"
465                 Item "Multicolumn|u" "tabular-feature multicolumn"
466                 Item "Multirow|w" "tabular-feature multirow"
467                 Separator
468                 Item "Append Row|A" "tabular-feature append-row"
469                 Item "Delete Row|D" "tabular-feature delete-row"
470                 Item "Copy Row|o" "tabular-feature copy-row"
471                 Item "Move Row Up" "tabular-feature move-row-up"
472                 Item "Move Row Down" "tabular-feature move-row-down"
473                 Separator
474                 Item "Append Column|p" "tabular-feature append-column"
475                 Item "Delete Column|e" "tabular-feature delete-column"
476                 Item "Copy Column|y" "tabular-feature copy-column"
477                 Item "Move Column Right|v" "tabular-feature move-column-right"
478                 Item "Move Column Left" "tabular-feature move-column-left"
479         End
480
481         Menu "context-tabular"
482                 Item "Multi-page Table|g" "tabular-feature toggle-longtabular"
483                 Item "Formal Style|m" "tabular-feature toggle-booktabs"
484                 Separator
485                 Submenu "Borders|d" "table-borders"
486                 Submenu "Alignment|i" "table-alignment"
487                 Submenu "Columns/Rows|C" "table-cols-rows"
488                 Separator
489                 Item "Settings...|S" "inset-settings tabular"
490         End
491
492 #
493 # InsetInfo context menu
494 #
495
496         Menu "context-info"
497                 InfoArguments
498                 Separator
499                 Item "Transform Field to Static Text|T" "inset-dissolve"
500                 Item "Copy Text|o" "inset-copy-as"
501                 Item "Settings...|S" "inset-settings info"
502         End
503
504 #
505 # InsetBranch context menu
506 #
507
508         Menu "context-branch"
509                 OptItem "Activate Branch|A" "branch-activate"
510                 OptItem "Deactivate Branch|e" "branch-deactivate"
511                 OptItem "Activate Branch in Master|M" "branch-master-activate"
512                 OptItem "Deactivate Branch in Master|v" "branch-master-deactivate"
513                 OptItem "Invert Inset|I" "branch-invert"
514                 OptItem "Add Unknown Branch|w" "branch-add"
515         End
516
517 #
518 # Toc Labels and References context menu
519 #
520
521         Menu "context-toc-label"
522                 OptItem "Copy as Reference|C" "label-copy-as-reference"
523                 OptItem "Insert Reference at Cursor Position|I" "label-insert-as-reference"
524                 Separator
525                 Item "Settings...|S" "inset-settings"
526         End
527
528 #
529 # Toc Branches context menu
530 #
531
532         Menu "context-toc-branch"
533                 OptItem "Activate Branch|A" "branch-activate"
534                 OptItem "Deactivate Branch|e" "branch-deactivate"
535                 Separator
536                 Item "Settings...|S" "inset-settings"
537         End
538
539 #
540 # Toc Graphics context menu
541 #
542
543         Menu "context-toc-graphics"
544                 Item "Settings...|S" "inset-settings"
545                 Separator
546                 Item "Edit Externally...|x" "inset-edit"
547         End
548
549 #
550 # Toc Citation context menu
551 #
552
553         Menu "context-toc-citation"
554                 Item "Settings...|S" "inset-settings"
555         End
556
557 #
558 # Toc Figures context menu
559 #
560
561         Menu "context-toc-figure"
562                 Item "Settings...|S" "inset-settings"
563         End
564
565 #
566 # Toc Listings context menu
567 #
568
569         Menu "context-toc-listing"
570                 Item "Settings...|S" "inset-settings"
571         End
572
573 #
574 # Toc Tables context menu
575 #
576
577         Menu "context-toc-table"
578                 Item "Settings...|S" "inset-settings"
579         End
580
581 #
582 # Toc Childs context menu
583 #
584         Menu "context-toc-child"
585                 Item "Include|c" "inset-modify changetype include"
586                 Item "Input|p" "inset-modify changetype input"
587                 Item "Verbatim|V" "inset-modify changetype verbatiminput"
588                 Item "Verbatim (marked blanks)|b" "inset-modify changetype verbatiminput*"
589                 Item "Listing|L" "inset-modify changetype lstinputlisting"
590                 Separator
591                 Item "Settings...|S" "inset-settings"
592                 Separator
593                 Item "Edit Included File...|E" "inset-edit"
594         End
595
596 #
597 # Toc Indices context menu
598 #
599
600         Menu "context-toc-index"
601                 OptItem "Settings...|S" "inset-settings"
602         End
603
604 #
605 # Index context menu
606 #
607
608         Menu "context-index"
609                 IndicesContext
610         End
611
612 #
613 # Index Lists context menu
614 #
615
616         Menu "context-indexprint"
617                 Item "All Indexes|A" "inset-modify check-printindex*"
618                 IndicesListsContext
619                 Separator
620                 Item "Subindex|b" "inset-modify toggle-subindex"
621                 Separator
622                 OptItem "Settings...|S" "inset-settings"
623         End
624
625 #
626 # Nomencl List context menu
627 #
628
629         Menu "context-nomenclprint"
630                 OptItem "Settings...|S" "inset-settings"
631         End
632
633
634 # InsetPreview context menu
635 #
636
637         Menu "context-preview"
638                 Item "Dissolve Inset|D" "inset-dissolve"
639         End
640
641
642 #
643 # Toc Changes context menu
644 #
645
646         Menu "context-toc-change"
647                 Item "Accept Change|c" "change-accept"
648                 Item "Reject Change|R" "change-reject"
649         End     
650         
651 #
652 # Toc Table of Context context menu
653 #
654
655         Menu "context-toc-tableofcontents"
656                 Item "Promote Section|P" "outline-out"
657                 Item "Demote Section|D" "outline-in"
658                 Item "Move Section Up|U" "outline-up"
659                 Item "Move Section Down|w" "outline-down"
660                 Separator
661                 Item "Select Section|S" "section-select"
662         End     
663
664 #
665 # InsetERT context menu
666 #
667         Menu "context-ert"
668                 # repeat 1 is added as a work-around to not indicate this action as toggable
669                 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"
670         End
671
672 #
673 # InsetHyperlink context menu
674 #
675         Menu "context-hyperlink"
676                 Item "Settings...|S" "inset-settings"
677                 Separator
678                 Item "Open Target...|O" "inset-edit"
679         End
680
681 #
682 # InsetCounter context menu
683 #
684         Menu "context-counter"
685                 Item "Settings...|S" "inset-settings"
686         End
687
688 #
689 # Toolbar context menu
690 #
691         Menu "context-toolbars"
692                 Toolbars
693                 Separator
694                 Item "Lock Toolbars|L" "toolbar-movable *"
695                 Separator
696                 Item "Small-sized Icons" "icon-size small"
697                 Item "Normal-sized Icons" "icon-size normal"
698                 Item "Big-sized Icons" "icon-size big"
699                 Item "Huge-sized Icons" "icon-size huge"
700                 Item "Giant-sized Icons" "icon-size giant"
701         End
702
703 End