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