]> git.lyx.org Git - lyx.git/blob - lib/ui/stdcontext.inc
More latexfonts fixes
[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                 Item "Split Cell|C" "cell-split"
62                 Separator
63                 Submenu "Insert|s" "insert_math_context"
64                 Separator
65                 OptSubmenu "Rows & Columns| " "edit_tabular_features"
66                 Separator
67                 OptItem "Add Line Above|o" "tabular-feature add-hline-above"
68                 OptItem "Add Line Below|B" "tabular-feature add-hline-below"
69                 OptItem "Delete Line Above|v" "tabular-feature delete-hline-above"
70                 OptItem "Delete Line Below|w" "tabular-feature delete-hline-below"
71                 Separator
72                 OptItem "Add Line to Left" "tabular-feature add-vline-left"
73                 OptItem "Add Line to Right" "tabular-feature add-vline-right"
74                 OptItem "Delete Line to Left" "tabular-feature delete-vline-left"
75                 OptItem "Delete Line to Right" "tabular-feature delete-vline-right"
76                 Separator
77                 Item "Show Math Toolbar" "toolbar-toggle math toggle"
78                 Item "Show Math-Panels Toolbar" "toolbar-toggle math_panels toggle"
79                 Item "Show Table Toolbar" "toolbar-toggle table toggle"
80                 Separator
81                 Submenu "Use Computer Algebra System|m" "edit_math_extern"
82         End
83
84
85 #
86 # InsetRef context menu
87 #
88         Menu "context-ref"
89                 Item "Next Cross-Reference|N" "reference-next"
90                 Item "Go to Label|G" "label-goto"
91                 Separator
92                 Item "<Reference>|R" "inset-modify changetype ref"
93                 Item "(<Reference>)|e" "inset-modify changetype eqref"
94                 Item "<Page>|P" "inset-modify changetype pageref"
95                 Item "On Page <Page>|O" "inset-modify changetype vpageref"
96                 Item "<Reference> on Page <Page>|f" "inset-modify changetype vref"
97                 Item "Formatted Reference|t" "inset-modify changetype formatted"
98                 Item "Textual Reference|x" "inset-modify changetype nameref"
99                 Item "Label Only|L" "inset-modify changetype labelonly"
100                 Separator
101                 OptItem "Plural|a" "inset-modify ref toggle-plural"
102                 OptItem "Capitalize|C" "inset-modify ref toggle-caps"
103                 Item "No Prefix" "inset-modify ref toggle-noprefix"
104                 Separator
105                 Item "Settings...|S" "inset-settings"
106         End
107
108 #
109 # InsetLabel context menu
110 #
111         Menu "context-label"
112                 Item "Next Cross-Reference|N" "reference-next"
113                 Item "Go Back|G" "bookmark-goto 0"
114                 Separator
115                 Item "Copy as Reference|C" "label-copy-as-reference"
116                 Separator
117                 Item "Settings...|S" "inset-settings"
118         End
119
120
121 #
122 # InsetCitation context menu
123 #
124         Menu "context-citation"
125                 CiteStyles
126                 Separator
127                 Item "Settings...|S" "inset-settings"
128         End
129
130
131 #
132 # InsetBibtex context menu
133 #
134         Menu "context-bibtex"
135                 Item "Settings...|S" "inset-settings"
136                 Separator
137                 Item "Edit Database(s) Externally...|x" "inset-edit"
138         End
139
140 #
141 # InsetBibItem context menu
142 #
143         Menu "context-bibitem"
144                 Item "Settings...|S" "inset-settings"
145         End
146
147 #
148 # InsetCollapsible context menu
149 #
150         Menu "context-collapsible"
151                 OptItem "Open Inset|O" "inset-toggle open"
152                 OptItem "Close Inset|C" "inset-toggle close"
153                 Separator
154                 Item "Dissolve Inset|D" "inset-dissolve"
155                 OptItem "Settings...|S" "inset-settings"
156         End
157
158         Menu "context-conglomerate"
159                 Item "Show Label|L" "inset-toggle"
160                 Item "Dissolve Inset|D" "inset-dissolve charstyle"
161                 Separator
162                 OptItem "Settings...|S" "inset-settings"
163         End
164
165 #
166 # InsetArgument context menu
167 #
168
169         Menu "context-argument"
170                 Separator
171                 SwitchArguments
172         End
173
174         Menu "context-argument-conglomerate"
175                 Item "Show Label|L" "inset-toggle"
176                 Item "Dissolve Inset|D" "inset-dissolve"
177                 Separator
178                 SwitchArguments
179         End
180
181 #
182 # InsetBox context menu
183 #
184
185         Menu "context-box"
186                 Item "Frameless|l" "inset-modify changetype Frameless"
187                 Item "Simple Frame|F" "inset-modify changetype Boxed"
188                 Item "Simple Frame, Page Breaks|P" "inset-modify changetype Framed"
189                 Item "Oval, Thin|a" "inset-modify changetype ovalbox"
190                 Item "Oval, Thick|v" "inset-modify changetype Ovalbox"
191                 Item "Drop Shadow|w" "inset-modify changetype Shadowbox"
192                 Item "Shaded Background|B" "inset-modify changetype Shaded"
193                 Item "Double Frame|u" "inset-modify changetype Doublebox"
194         End
195
196
197 #
198 # InsetCaption context menu
199 #
200         Menu "context-caption"
201                 SwitchCaptions
202         End
203
204
205 #
206 # InsetNote context menu
207 #
208
209         Menu "context-note"
210                 Item "LyX Note|N" "inset-modify note Note Note"
211                 Item "Comment|m" "inset-modify note Note Comment"
212                 Item "Greyed Out|G" "inset-modify note Note Greyedout"
213                 Separator
214                 Item "Open All Notes|A" "inset-forall Note inset-toggle open"
215                 Item "Close All Notes|l" "inset-forall Note inset-toggle close"
216         End
217
218 #
219 # InsetPhantom context menu
220 #
221
222         Menu "context-phantom"
223                 Item "Phantom|P" "inset-modify phantom Phantom Phantom"
224                 Item "Horizontal Phantom|H" "inset-modify phantom Phantom HPhantom"
225                 Item "Vertical Phantom|V" "inset-modify phantom Phantom VPhantom"
226         End
227
228
229 #
230 # InsetQuotes context menu
231 #
232         Menu "context-quote"
233                 SwitchQuotes
234         End
235
236 #
237 # InsetSpace context menu
238 #
239         Menu "context-space"
240                 Item "Interword Space|w" "inset-modify space \space{}"
241                 Item "Protected Space|o" "inset-modify space ~"
242                 Item "Visible Space|a" "inset-modify space \textvisiblespace{}"
243                 Item "Thin Space|T" "inset-modify space \thinspace{}"
244                 Item "Negative Thin Space|N" "inset-modify space \negthinspace{}"
245                 Item "Half Quad Space (Enskip)|k" "inset-modify space \enskip{}"
246                 Item "Protected Half Quad Space (Enspace)|E" "inset-modify space \enspace{}"
247                 Item "Quad Space|Q" "inset-modify space \quad{}"
248                 Item "Double Quad Space|u" "inset-modify space \qquad{}"
249                 Item "Horizontal Fill|F" "inset-modify space \hfill{}"
250                 Item "Protected Horizontal Fill|i" "inset-modify space \hspace*{\fill}"
251                 Item "Horizontal Fill (Dots)|D" "inset-modify space \dotfill{}"
252                 Item "Horizontal Fill (Rule)|R" "inset-modify space \hrulefill{}"
253                 Item "Horizontal Fill (Left Arrow)|L" "inset-modify space \leftarrowfill{}"
254                 Item "Horizontal Fill (Right Arrow)|g" "inset-modify space \rightarrowfill{}"
255                 Item "Horizontal Fill (Up Brace)|p" "inset-modify space \upbracefill{}"
256                 Item "Horizontal Fill (Down Brace)|B" "inset-modify space \downbracefill{}"
257                 Item "Custom Length|C" "command-sequence inset-modify space \hspace{}; inset-settings"
258                 Separator
259                 Item "Settings...|S" "inset-settings"
260         End
261
262 #
263 # InsetMathSpace context menu
264 #
265         Menu "context-mathspace"
266                 Item "Thin Space|T" "inset-modify mathspace \thinspace{}"
267                 Item "Medium Space|M" "inset-modify mathspace \medspace{}"
268                 Item "Thick Space|h" "inset-modify mathspace \thickspace{}"
269                 Item "Negative Thin Space|N" "inset-modify mathspace \negthinspace{}"
270                 Item "Negative Medium Space|u" "inset-modify mathspace \negmedspace{}"
271                 Item "Negative Thick Space|i" "inset-modify mathspace \negthickspace{}"
272                 Item "Half Quad Space (Enskip)|k" "inset-modify mathspace \enskip{}"
273                 Item "Quad Space|Q" "inset-modify mathspace \quad{}"
274                 Item "Double Quad Space|u" "inset-modify mathspace \qquad{}"
275                 Item "Custom Length|C" "command-sequence inset-modify mathspace \hspace{} \length 1in; inset-settings"
276                 Separator
277                 Item "Settings...|S" "inset-settings"
278         End
279
280 #
281 # InsetVSpace context menu
282 #
283         Menu "context-vspace"
284                 Item "DefSkip|D" "inset-modify vspace defskip"
285                 Item "SmallSkip|S" "inset-modify vspace smallskip"
286                 Item "MedSkip|M" "inset-modify vspace medskip"
287                 Item "BigSkip|B" "inset-modify vspace bigskip"
288                 Item "VFill|F" "inset-modify vspace vfill"
289                 Item "Custom|C" "command-sequence inset-modify vspace custom; inset-settings"
290                 Separator
291                 Item "Settings...|e" "inset-settings"
292         End
293
294 #
295 # InsetInclude context menu
296 #
297         Menu "context-include"
298                 Item "Include|c" "inset-modify changetype include"
299                 Item "Input|p" "inset-modify changetype input"
300                 Item "Verbatim|V" "inset-modify changetype verbatiminput"
301                 Item "Verbatim (marked blanks)|b" "inset-modify changetype verbatiminput*"
302                 Item "Listing|L" "inset-modify changetype lstinputlisting"
303                 Separator
304                 Item "Settings...|S" "inset-settings"
305                 Separator
306                 Item "Edit Included File...|E" "inset-edit"
307         End
308
309 #
310 # InsetNewpage context menu
311 #
312         Menu "context-newpage"
313                 Item "New Page|N" "inset-modify newpage newpage"
314                 Item "Page Break|a" "inset-modify newpage pagebreak"
315                 Item "Clear Page|C" "inset-modify newpage clearpage"
316                 Item "Clear Double Page|D" "inset-modify newpage cleardoublepage"
317         End
318
319 #
320 # InsetNewline context menu
321 #
322         Menu "context-newline"
323                 Item "Ragged Line Break|R" "inset-modify newline newline"
324                 Item "Justified Line Break|J" "inset-modify newline linebreak"
325         End
326
327 #
328 # InsetNewline context menu
329 #
330         Menu "context-separator"
331                 Item "Plain Separator|P" "inset-modify separator plain"
332                 Item "Paragraph Break|B" "inset-modify separator parbreak"
333         End
334
335 #
336 # Edit context menu
337 #
338         Menu "context-edit"
339                 spellingsuggestions
340                 Separator
341                 OptItem "Edit Externally..." "inset-edit"
342                 OptItem "End Editing Externally..." "inset-end-edit"
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                 Submenu "Text Properties|x" "edit_textprops"
368                 OptSubmenu "Custom Text Styles|S" "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                 OptItem "Reset Formal Defaults|F" "tabular-feature reset-formal-default"
441         End
442
443         Menu "table-alignment"
444                 Item "Left|f" "command-alternatives tabular-feature m-align-left;tabular-feature align-left"
445                 Item "Center|C" "command-alternatives tabular-feature m-align-center;tabular-feature align-center"
446                 Item "Right|h" "command-alternatives tabular-feature m-align-right;tabular-feature align-right"
447                 Item "Decimal" "tabular-feature align-decimal"
448                 Separator
449                 Item "Top" "tabular-feature valign-top"
450                 Item "Middle" "tabular-feature valign-middle"
451                 Item "Bottom" "tabular-feature valign-bottom"
452         End
453
454         Menu "table-cols-rows"
455                 Item "Multicolumn|u" "tabular-feature multicolumn"
456                 Item "Multirow|w" "tabular-feature multirow"
457                 Separator
458                 Item "Append Row|A" "tabular-feature append-row"
459                 Item "Delete Row|D" "tabular-feature delete-row"
460                 Item "Copy Row|o" "tabular-feature copy-row"
461                 Item "Move Row Up" "tabular-feature move-row-up"
462                 Item "Move Row Down" "tabular-feature move-row-down"
463                 Separator
464                 Item "Append Column|p" "tabular-feature append-column"
465                 Item "Delete Column|e" "tabular-feature delete-column"
466                 Item "Copy Column|y" "tabular-feature copy-column"
467                 Item "Move Column Right|v" "tabular-feature move-column-right"
468                 Item "Move Column Left" "tabular-feature move-column-left"
469         End
470
471         Menu "context-tabular"
472                 Item "Multi-page Table|g" "tabular-feature toggle-longtabular"
473                 Item "Formal Style|m" "tabular-feature toggle-booktabs"
474                 Separator
475                 Submenu "Borders|d" "table-borders"
476                 Submenu "Alignment|i" "table-alignment"
477                 Submenu "Columns/Rows|C" "table-cols-rows"
478                 Separator
479                 Item "Settings...|S" "inset-settings tabular"
480         End
481
482 #
483 # InsetInfo context menu
484 #
485
486         Menu "context-info"
487                 InfoArguments
488                 Separator
489                 Item "Transform Field to Static Text|T" "inset-dissolve"
490                 Item "Copy Text|o" "inset-copy-as"
491                 Item "Settings...|S" "inset-settings info"
492         End
493
494 #
495 # InsetBranch context menu
496 #
497
498         Menu "context-branch"
499                 OptItem "Activate Branch|A" "branch-activate"
500                 OptItem "Deactivate Branch|e" "branch-deactivate"
501                 OptItem "Activate Branch in Master|M" "branch-master-activate"
502                 OptItem "Deactivate Branch in Master|v" "branch-master-deactivate"
503                 OptItem "Invert Inset|I" "branch-invert"
504                 OptItem "Add Unknown Branch|w" "branch-add"
505         End
506
507 #
508 # Toc Labels and References context menu
509 #
510
511         Menu "context-toc-label"
512                 OptItem "Copy as Reference|C" "label-copy-as-reference"
513                 OptItem "Insert Reference at Cursor Position|I" "label-insert-as-reference"
514                 Separator
515                 Item "Settings...|S" "inset-settings"
516         End
517
518 #
519 # Toc Branches context menu
520 #
521
522         Menu "context-toc-branch"
523                 OptItem "Activate Branch|A" "branch-activate"
524                 OptItem "Deactivate Branch|e" "branch-deactivate"
525                 Separator
526                 Item "Settings...|S" "inset-settings"
527         End
528
529 #
530 # Toc Graphics context menu
531 #
532
533         Menu "context-toc-graphics"
534                 Item "Settings...|S" "inset-settings"
535                 Separator
536                 Item "Edit Externally...|x" "inset-edit"
537         End
538
539 #
540 # Toc Citation context menu
541 #
542
543         Menu "context-toc-citation"
544                 Item "Settings...|S" "inset-settings"
545         End
546
547 #
548 # Toc Figures context menu
549 #
550
551         Menu "context-toc-figure"
552                 Item "Settings...|S" "inset-settings"
553         End
554
555 #
556 # Toc Listings context menu
557 #
558
559         Menu "context-toc-listing"
560                 Item "Settings...|S" "inset-settings"
561         End
562
563 #
564 # Toc Tables context menu
565 #
566
567         Menu "context-toc-table"
568                 Item "Settings...|S" "inset-settings"
569         End
570
571 #
572 # Toc Childs context menu
573 #
574         Menu "context-toc-child"
575                 Item "Include|c" "inset-modify changetype include"
576                 Item "Input|p" "inset-modify changetype input"
577                 Item "Verbatim|V" "inset-modify changetype verbatiminput"
578                 Item "Verbatim (marked blanks)|b" "inset-modify changetype verbatiminput*"
579                 Item "Listing|L" "inset-modify changetype lstinputlisting"
580                 Separator
581                 Item "Settings...|S" "inset-settings"
582                 Separator
583                 Item "Edit Included File...|E" "inset-edit"
584         End
585
586 #
587 # Toc Indices context menu
588 #
589
590         Menu "context-toc-index"
591                 OptItem "Settings...|S" "inset-settings"
592         End
593
594 #
595 # Index context menu
596 #
597
598         Menu "context-index"
599                 IndicesContext
600         End
601
602 #
603 # Index Lists context menu
604 #
605
606         Menu "context-indexprint"
607                 Item "All Indexes|A" "inset-modify check-printindex*"
608                 IndicesListsContext
609                 Separator
610                 Item "Subindex|b" "inset-modify toggle-subindex"
611                 Separator
612                 OptItem "Settings...|S" "inset-settings"
613         End
614
615 #
616 # Nomencl List context menu
617 #
618
619         Menu "context-nomenclprint"
620                 OptItem "Settings...|S" "inset-settings"
621         End
622
623
624 # InsetPreview context menu
625 #
626
627         Menu "context-preview"
628                 Item "Dissolve Inset|D" "inset-dissolve"
629         End
630
631
632 #
633 # Toc Changes context menu
634 #
635
636         Menu "context-toc-change"
637                 Item "Accept Change|c" "change-accept"
638                 Item "Reject Change|R" "change-reject"
639         End     
640         
641 #
642 # Toc Table of Context context menu
643 #
644
645         Menu "context-toc-tableofcontents"
646                 Item "Promote Section|P" "outline-out"
647                 Item "Demote Section|D" "outline-in"
648                 Item "Move Section Up|U" "outline-up"
649                 Item "Move Section Down|w" "outline-down"
650                 Separator
651                 Item "Select Section|S" "section-select"
652         End     
653
654 #
655 # InsetERT context menu
656 #
657         Menu "context-ert"
658                 # repeat 1 is added as a work-around to not indicate this action as toggable
659                 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"
660         End
661
662 #
663 # InsetHyperlink context menu
664 #
665         Menu "context-hyperlink"
666                 Item "Settings...|S" "inset-settings"
667         End
668
669 #
670 # Toolbar context menu
671 #
672         Menu "context-toolbars"
673                 Toolbars
674                 Separator
675                 Item "Lock Toolbars|L" "toolbar-movable *"
676                 Separator
677                 Item "Small-sized Icons" "icon-size small"
678                 Item "Normal-sized Icons" "icon-size normal"
679                 Item "Big-sized Icons" "icon-size big"
680                 Item "Huge-sized Icons" "icon-size huge"
681                 Item "Giant-sized Icons" "icon-size giant"
682         End
683
684 End