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