]> git.lyx.org Git - lyx.git/blob - ui/stdcontext.inc
Update Polish translation (from Tomasz KoƂodziejski)
[lyx.git] / 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 4
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 "Negative Thin Space|N" "inset-modify space \negthinspace{}"
248                 Item "Half Quad Space (Enskip)|k" "inset-modify space \enskip{}"
249                 Item "Protected Half Quad Space (Enspace)|E" "inset-modify space \enspace{}"
250                 Item "Quad Space|Q" "inset-modify space \quad{}"
251                 Item "Double Quad Space|u" "inset-modify space \qquad{}"
252                 Item "Horizontal Fill|F" "inset-modify space \hfill{}"
253                 Item "Protected Horizontal Fill|i" "inset-modify space \hspace*{\fill}"
254                 Item "Horizontal Fill (Dots)|D" "inset-modify space \dotfill{}"
255                 Item "Horizontal Fill (Rule)|R" "inset-modify space \hrulefill{}"
256                 Item "Horizontal Fill (Left Arrow)|L" "inset-modify space \leftarrowfill{}"
257                 Item "Horizontal Fill (Right Arrow)|g" "inset-modify space \rightarrowfill{}"
258                 Item "Horizontal Fill (Up Brace)|p" "inset-modify space \upbracefill{}"
259                 Item "Horizontal Fill (Down Brace)|B" "inset-modify space \downbracefill{}"
260                 Item "Custom Length|C" "command-sequence inset-modify space \hspace{}; inset-settings"
261                 Separator
262                 Item "Settings...|S" "inset-settings"
263         End
264
265 #
266 # InsetMathSpace context menu
267 #
268         Menu "context-mathspace"
269                 Item "Thin Space|T" "inset-modify mathspace \thinspace{}"
270                 Item "Medium Space|M" "inset-modify mathspace \medspace{}"
271                 Item "Thick Space|h" "inset-modify mathspace \thickspace{}"
272                 Item "Negative Thin Space|N" "inset-modify mathspace \negthinspace{}"
273                 Item "Negative Medium Space|u" "inset-modify mathspace \negmedspace{}"
274                 Item "Negative Thick Space|i" "inset-modify mathspace \negthickspace{}"
275                 Item "Half Quad Space (Enskip)|k" "inset-modify mathspace \enskip{}"
276                 Item "Quad Space|Q" "inset-modify mathspace \quad{}"
277                 Item "Double Quad Space|u" "inset-modify mathspace \qquad{}"
278                 Item "Custom Length|C" "command-sequence inset-modify mathspace \hspace{} \length 1in; inset-settings"
279                 Separator
280                 Item "Settings...|S" "inset-settings"
281         End
282
283 #
284 # InsetVSpace context menu
285 #
286         Menu "context-vspace"
287                 Item "DefSkip|D" "inset-modify vspace defskip"
288                 Item "SmallSkip|S" "inset-modify vspace smallskip"
289                 Item "MedSkip|M" "inset-modify vspace medskip"
290                 Item "BigSkip|B" "inset-modify vspace bigskip"
291                 Item "VFill|F" "inset-modify vspace vfill"
292                 Item "Custom|C" "command-sequence inset-modify vspace custom; inset-settings"
293                 Separator
294                 Item "Settings...|e" "inset-settings"
295         End
296
297 #
298 # InsetInclude context menu
299 #
300         Menu "context-include"
301                 Item "Include|c" "inset-modify changetype include"
302                 Item "Input|p" "inset-modify changetype input"
303                 Item "Verbatim|V" "inset-modify changetype verbatiminput"
304                 Item "Verbatim (marked blanks)|b" "inset-modify changetype verbatiminput*"
305                 Item "Listing|L" "inset-modify changetype lstinputlisting"
306                 Separator
307                 Item "Settings...|S" "inset-settings"
308                 Separator
309                 Item "Edit Included File...|E" "inset-edit"
310         End
311
312 #
313 # InsetNewpage context menu
314 #
315         Menu "context-newpage"
316                 Item "New Page|N" "inset-modify newpage newpage"
317                 Item "Page Break|a" "inset-modify newpage pagebreak"
318                 Item "Clear Page|C" "inset-modify newpage clearpage"
319                 Item "Clear Double Page|D" "inset-modify newpage cleardoublepage"
320         End
321
322 #
323 # InsetNewline context menu
324 #
325         Menu "context-newline"
326                 Item "Ragged Line Break|R" "inset-modify newline newline"
327                 Item "Justified Line Break|J" "inset-modify newline linebreak"
328         End
329
330 #
331 # InsetNewline context menu
332 #
333         Menu "context-separator"
334                 Item "Plain Separator|P" "inset-modify separator plain"
335                 Item "Paragraph Break|B" "inset-modify separator parbreak"
336         End
337
338 #
339 # Edit context menu
340 #
341         Menu "context-edit"
342                 spellingsuggestions
343                 Separator
344                 Item "Cut" "cut"
345                 Item "Copy" "copy"
346                 Item "Paste" "paste"
347                 Submenu "Paste Recent|e" "edit_pasterecent"
348                 Separator
349                 Item "Jump Back to Saved Bookmark|B" "bookmark-goto 0"
350                 OptItem "Forward Search|F" "forward-search"
351                 Separator
352                 Item "Move Paragraph Up|o" "paragraph-move-up"
353                 Item "Move Paragraph Down|v" "paragraph-move-down"
354                 Separator
355                 EnvironmentSeparatorsContext
356                 Separator
357                 OptItem "Promote Section|r" "outline-out"
358                 OptItem "Demote Section|m" "outline-in"
359                 OptItem "Move Section Down|D" "outline-down"
360                 OptItem "Move Section Up|U" "outline-up"
361                 Arguments
362                 OptSubmenu "Insert Regular Expression" "context-edit-regexp"
363                 Separator
364                 OptItem "Accept Change|c" "change-accept"
365                 OptItem "Reject Change|j" "change-reject"
366                 Separator
367                 Item "Apply Last Text Style|A" "textstyle-apply"
368                 Submenu "Text Style|x" "edit_textstyles"
369                 Item "Paragraph Settings...|P" "layout-paragraph"
370                 OptItem "Unify Graphics Groups|U" "graphics-unify"
371                 LanguageSelector
372                 Separator
373                 Item "Fullscreen Mode" "ui-toggle fullscreen"
374                 OptItem "Close Current View" "tab-group-close"
375         End
376
377
378 #
379 # Regular Expression context menu
380 #
381         Menu "context-edit-regexp"
382                 Item "Anything|A" "command-sequence regexp-mode; self-insert .*"
383                 Item "Anything Non-Empty|o" "command-sequence regexp-mode; self-insert .+"
384                 Item "Any Word|W" "command-sequence regexp-mode; self-insert [a-z]+"
385                 Item "Any Number|N" "command-sequence regexp-mode; self-insert [0-9]+"
386                 Item "User Defined|U" "regexp-mode"
387         End
388
389
390 #
391 # Math Macro context menu
392 #
393
394         Menu "context-math-macro-definition"
395                 Item "Append Argument" "math-macro-add-param"
396                 Item "Remove Last Argument" "math-macro-remove-param"
397                 Separator
398                 Item "Make First Non-Optional Into Optional Argument" "math-macro-make-optional"
399                 Item "Make Last Optional Into Non-Optional Argument" "math-macro-make-nonoptional"
400                 Item "Insert Optional Argument" "math-macro-add-optional-param"
401                 Item "Remove Optional Argument" "math-macro-remove-optional-param"
402                 Separator
403                 Item "Append Argument Eating From the Right" "math-macro-append-greedy-param"
404                 Item "Append Optional Argument Eating From the Right" "math-macro-add-greedy-optional-param"
405                 Item "Remove Last Argument Spitting Out to the Right" "math-macro-remove-greedy-param"
406         End
407
408 #
409 # InsetGraphics context menu
410 #
411
412         Menu "context-graphics"
413                 Item "Settings...|S" "inset-settings"
414                 Item "Reload|R" "graphics-reload"
415                 Separator
416                 Item "Edit Externally...|x" "inset-edit"
417                 Separator
418                 GraphicsGroups
419         End
420
421 #
422 # InsetExternal context menu
423 #
424
425         Menu "context-external"
426                 Item "Settings...|S" "inset-settings"
427                 Separator
428                 Item "Edit Externally...|x" "inset-edit"
429         End
430
431 #
432 # InsetTabular context menu
433 #
434
435         Menu "table-borders"
436                 Item "Top|T" "tabular-feature toggle-line-top"
437                 Item "Bottom|B" "tabular-feature toggle-line-bottom"
438                 Item "Left|L" "tabular-feature toggle-line-left"
439                 Item "Right|R" "tabular-feature toggle-line-right"
440         End
441
442         Menu "table-alignment"
443                 Item "Left|f" "command-alternatives tabular-feature m-align-left;tabular-feature align-left"
444                 Item "Center|C" "command-alternatives tabular-feature m-align-center;tabular-feature align-center"
445                 Item "Right|h" "command-alternatives tabular-feature m-align-right;tabular-feature align-right"
446                 Item "Decimal" "tabular-feature align-decimal"
447                 Separator
448                 Item "Top" "tabular-feature valign-top"
449                 Item "Middle" "tabular-feature valign-middle"
450                 Item "Bottom" "tabular-feature valign-bottom"
451         End
452
453         Menu "table-cols-rows"
454                 Item "Multicolumn|u" "tabular-feature multicolumn"
455                 Item "Multirow|w" "tabular-feature multirow"
456                 Separator
457                 Item "Append Row|A" "tabular-feature append-row"
458                 Item "Delete Row|D" "tabular-feature delete-row"
459                 Item "Copy Row|o" "tabular-feature copy-row"
460                 Item "Move Row Up" "tabular-feature move-row-up"
461                 Item "Move Row Down" "tabular-feature move-row-down"
462                 Separator
463                 Item "Append Column|p" "tabular-feature append-column"
464                 Item "Delete Column|e" "tabular-feature delete-column"
465                 Item "Copy Column|y" "tabular-feature copy-column"
466                 Item "Move Column Right|v" "tabular-feature move-column-right"
467                 Item "Move Column Left" "tabular-feature move-column-left"
468         End
469
470         Menu "context-tabular"
471                 Item "Multi-page Table|g" "tabular-feature toggle-longtabular"
472                 Item "Formal Style|m" "tabular-feature toggle-booktabs"
473                 Separator
474                 Submenu "Borders|d" "table-borders"
475                 Submenu "Alignment|i" "table-alignment"
476                 Submenu "Columns/Rows|C" "table-cols-rows"
477                 Separator
478                 Item "Settings...|S" "inset-settings tabular"
479         End
480
481 #
482 # InsetInfo context menu
483 #
484
485         Menu "buffer-info"
486                 Item "File|F" "inset-modify buffer name"
487                 Item "Path|P" "inset-modify buffer path"
488                 Item "Class|C" "inset-modify buffer class"
489                 Separator
490                 Item "File Revision|R" "inset-modify buffer vcs-revision"
491                 Item "Tree Revision|T" "inset-modify buffer vcs-tree-revision"
492                 Item "Revision Author|A" "inset-modify buffer vcs-author"
493                 Item "Revision Date|D" "inset-modify buffer vcs-date"
494                 Item "Revision Time|i" "inset-modify buffer vcs-time"
495                 Separator
496                 Item "LyX Version|X" "inset-modify lyxinfo version"
497         End
498
499         Menu "context-info"
500                 Submenu "Document Info|D" "buffer-info"
501                 Separator
502                 Item "Copy Text|o" "inset-copy-as"
503                 Item "Settings...|S" "inset-settings info"
504         End
505
506 #
507 # InsetBranch context menu
508 #
509
510         Menu "context-branch"
511                 OptItem "Activate Branch|A" "branch-activate"
512                 OptItem "Deactivate Branch|e" "branch-deactivate"
513                 OptItem "Activate Branch in Master|M" "branch-master-activate"
514                 OptItem "Deactivate Branch in Master|v" "branch-master-deactivate"
515                 OptItem "Invert Inset|I" "branch-invert"
516                 OptItem "Add Unknown Branch|w" "branch-add"
517         End
518
519 #
520 # Toc Labels and References context menu
521 #
522
523         Menu "context-toc-label"
524                 OptItem "Copy as Reference|C" "label-copy-as-reference"
525                 OptItem "Insert Reference at Cursor Position|I" "label-insert-as-reference"
526                 Separator
527                 Item "Settings...|S" "inset-settings"
528         End
529
530 #
531 # Toc Branches context menu
532 #
533
534         Menu "context-toc-branch"
535                 OptItem "Activate Branch|A" "branch-activate"
536                 OptItem "Deactivate Branch|e" "branch-deactivate"
537                 Separator
538                 Item "Settings...|S" "inset-settings"
539         End
540
541 #
542 # Toc Graphics context menu
543 #
544
545         Menu "context-toc-graphics"
546                 Item "Settings...|S" "inset-settings"
547                 Separator
548                 Item "Edit Externally...|x" "inset-edit"
549         End
550
551 #
552 # Toc Citation context menu
553 #
554
555         Menu "context-toc-citation"
556                 Item "Settings...|S" "inset-settings"
557         End
558
559 #
560 # Toc Figures context menu
561 #
562
563         Menu "context-toc-figure"
564                 Item "Settings...|S" "inset-settings"
565         End
566
567 #
568 # Toc Listings context menu
569 #
570
571         Menu "context-toc-listing"
572                 Item "Settings...|S" "inset-settings"
573         End
574
575 #
576 # Toc Tables context menu
577 #
578
579         Menu "context-toc-table"
580                 Item "Settings...|S" "inset-settings"
581         End
582
583 #
584 # Toc Childs context menu
585 #
586         Menu "context-toc-child"
587                 Item "Include|c" "inset-modify changetype include"
588                 Item "Input|p" "inset-modify changetype input"
589                 Item "Verbatim|V" "inset-modify changetype verbatiminput"
590                 Item "Verbatim (marked blanks)|b" "inset-modify changetype verbatiminput*"
591                 Item "Listing|L" "inset-modify changetype lstinputlisting"
592                 Separator
593                 Item "Settings...|S" "inset-settings"
594                 Separator
595                 Item "Edit Included File...|E" "inset-edit"
596         End
597
598 #
599 # Toc Indices context menu
600 #
601
602         Menu "context-toc-index"
603                 OptItem "Settings...|S" "inset-settings"
604         End
605
606 #
607 # Index context menu
608 #
609
610         Menu "context-index"
611                 IndicesContext
612         End
613
614 #
615 # Index Lists context menu
616 #
617
618         Menu "context-indexprint"
619                 Item "All Indexes|A" "inset-modify check-printindex*"
620                 IndicesListsContext
621                 Separator
622                 Item "Subindex|b" "inset-modify toggle-subindex"
623                 Separator
624                 OptItem "Settings...|S" "inset-settings"
625         End
626
627 #
628 # Nomencl List context menu
629 #
630
631         Menu "context-nomenclprint"
632                 OptItem "Settings...|S" "inset-settings"
633         End
634
635
636 # InsetPreview context menu
637 #
638
639         Menu "context-preview"
640                 Item "Dissolve Inset|D" "inset-dissolve"
641         End
642
643
644 #
645 # Toc Changes context menu
646 #
647
648         Menu "context-toc-change"
649                 Item "Accept Change|c" "change-accept"
650                 Item "Reject Change|R" "change-reject"
651         End     
652         
653 #
654 # Toc Table of Context context menu
655 #
656
657         Menu "context-toc-tableofcontents"
658                 Item "Promote Section|P" "outline-out"
659                 Item "Demote Section|D" "outline-in"
660                 Item "Move Section Up|U" "outline-up"
661                 Item "Move Section Down|w" "outline-down"
662                 Separator
663                 Item "Select Section|S" "section-select"
664         End     
665
666 #
667 # InsetERT context menu
668 #
669         Menu "context-ert"
670                 # repeat 1 is added as a work-around to not indicate this action as toggable
671                 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"
672                 Separator 
673                 Item "Edit Externally...|x" "inset-edit" 
674                 Item "End Editing Externally...|e" "inset-end-edit"
675         End
676
677 #
678 # InsetHyperlink context menu
679 #
680         Menu "context-hyperlink"
681                 Item "Settings...|S" "inset-settings"
682         End
683
684 #
685 # Toolbar context menu
686 #
687         Menu "context-toolbars"
688                 Toolbars
689                 Separator
690                 Item "Lock Toolbars|L" "toolbar-movable *"
691                 Separator
692                 Item "Small-sized Icons" "icon-size small"
693                 Item "Normal-sized Icons" "icon-size normal"
694                 Item "Big-sized Icons" "icon-size big"
695                 Item "Huge-sized Icons" "icon-size huge"
696                 Item "Giant-sized Icons" "icon-size giant"
697         End
698
699 End